The following tables list the members exposed by DataGridCommands.
Public Fields
| Name | Description |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | ApplyFilter | Represents the ApplyFilter command, which requests that filter criteria be applied. By default, Enter. |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | BeginEdit | Represents the BeginEdit command, which requests that the row enter edit mode. By default, F2. |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | CancelEdit | Represents the CancelEdit command, which requests that row exit edit mode and any changes be discarded. By default, Escape. |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | ClearFilter | Represents the ClearFilter command, which requests that any and all filter criteria be cleared. |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | CloseFilter | |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | CloseSearch | Represents the CloseSearch command, which requests the DataGridControl to remove the SearchControl from above the GroupByControl. By default, "Escape". |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | CollapseDetails | Represents the CollapseDetails command, which requests that the associated detail and its possible child details be collapsed. By default, the Left arrow key. |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | CollapseGroup | Represents the CollapseGroup command, which requests that the associated group be collapsed. By default, the Left arrow key. |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | EndEdit | Represents the EndEdit command, which requests that the row exit edit mode. By default, Enter. |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | ExpandDetails | Represents the ExpandDetails command, which requests that the associated detail and its possible child details be expanded. By default, the Right arrow key. |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | ExpandGroup | Represents the ExpandGroup command, which requests that the associated group be expanded. By default, the Right arrow key. |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | OpenHeadersFootersEditor | |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | OpenSearch | Represents the OpenSearch command, which requests the DataGridControl to show the SearchControl above the GroupByControl. By default, CTRL-F |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | OpenStatsEditor | |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | Refresh | Represents the Refresh command, which requests that the items in the grid be refreshed. By default, F5. |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | ToggleDetailExpansion | 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. |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | ToggleGroupExpansion | 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. |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | ToggleSearch | Represents the ToggleSearch command, which requests the DataGridControl to show the SearchControl if it is not currently visible, or remove it if it is. |
Top
See Also