The GridControlNavigationSettings type exposes the following members.
Properties
Name | Description | |
---|---|---|
CollapseOnKeyLeft |
Gets or sets a value indicating whether the Row is collapsed when
the end user presses the left arrow key.
| |
ExpandOnKeyRight |
Gets or sets a value indicating whether the Row is expanded when
the end user presses the right arrow key.
| |
JumpToFirstChildOnKeyLeft |
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.
| |
JumpToLastChildOnKeyRight |
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.
| |
KeepLevelOnKeyUpDown |
Gets or sets a value indicating whether the hierarchical level should be kept when the end user
presses the down/up arrow keys.
| |
MouseWheelBehavior |
Gets or sets the mouse wheel behavior.
| |
RemoveSelectionOnDelete |
Gets or sets a value indicating whether the grid removes selected rows when the user presses DEL key.
|