The Grid..::..GridNavigarion type exposes the following members.

Properties

  NameDescription
Public propertyCollapseOnKeyLeft
Gets or sets a value indicating whether the Row is collapsed when the end user presses the left arrow key.
Public propertyExpandOnKeyRight
Gets or sets a value indicating whether the Row is expanded when the end user presses the right arrow key.
Public propertyJumpToFirstChildOnKeyLeft
Gets or sets a value indicating whether the focus can be set to the first visible child Row when the end user presses the left arrow keys. If the value is false then the behavior is the same when the user presses up/down arrow keys.
Public propertyJumpToLastChildOnKeyRight
Gets or sets a value indicating whether the last visible child Row can be focused when the end user presses the right arrow keys. If the value is false then the behavior is the same when the user presses down arrow key.
Public propertyKeepLevelOnKeyUpDown
Gets or sets a value indicating whether the hierarchical level should be kept when the end user presses the down/up arrow keys.
Public propertyMouseWheelBehaviour
Gets or sets a value, specifying the mouse wheel behavior.
Public propertyRemoveSelectionOnDelete
Gets or sets a value indicating whether the grid removes selected rows when the user presses DEL key.

See Also