Represents the CloseSearch command, which requests the DataGridControl to remove the SearchControl from above the GroupByControl. By default, "Escape".
Represents the CollapseDetails command, which requests that the associated detail and its possible child details be collapsed. By default, the Left arrow key.
Represents the ExpandDetails command, which requests that the associated detail and its possible child details be expanded. By default, the Right arrow key.
Represents the ToggleDetailExpansion command, which requests that the associated detail and its possible child details be collapsed if the root detail is expanded, and expanded if the root detail is collapsed. By default, Space or double-clicking the left mouse button.
Represents the ToggleGroupExpansion command, which requests that the associated group be collapsed if it is expanded, and expanded if it is collapsed. By default, Space or double-clicking the left mouse button.
Represents the ToggleSearch command, which requests the DataGridControl to show the SearchControl if it is not currently visible, or remove it if it is.