Xceed DataGrid for WPF v7.2 Documentation
DataGridCommands Class Fields


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : DataGridCommands Class

For a list of all members of this type, see DataGridCommands members.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Represents the ApplyFilter command, which requests that filter criteria be applied. By default, Enter.  
Public Fieldstatic (Shared in Visual Basic)Represents the BeginEdit command, which requests that the row enter edit mode. By default, F2.  
Public Fieldstatic (Shared in Visual Basic)Represents the CancelEdit command, which requests that row exit edit mode and any changes be discarded. By default, Escape.  
Public Fieldstatic (Shared in Visual Basic)Represents the ClearFilter command, which requests that any and all filter criteria be cleared.  
Public Fieldstatic (Shared in Visual Basic)  
Public Fieldstatic (Shared in Visual Basic)Represents the CloseSearch command, which requests the DataGridControl to remove the SearchControl from above the GroupByControl. By default, "Escape".  
Public Fieldstatic (Shared in Visual Basic)Represents the CollapseDetails command, which requests that the associated detail and its possible child details be collapsed. By default, the Left arrow key.  
Public Fieldstatic (Shared in Visual Basic)Represents the CollapseGroup command, which requests that the associated group be collapsed. By default, the Left arrow key.  
Public Fieldstatic (Shared in Visual Basic)Represents the EndEdit command, which requests that the row exit edit mode. By default, Enter.  
Public Fieldstatic (Shared in Visual Basic)Represents the ExpandDetails command, which requests that the associated detail and its possible child details be expanded. By default, the Right arrow key.  
Public Fieldstatic (Shared in Visual Basic)Represents the ExpandGroup command, which requests that the associated group be expanded. By default, the Right arrow key.  
Public Fieldstatic (Shared in Visual Basic)  
Public Fieldstatic (Shared in Visual Basic)Represents the OpenSearch command, which requests the DataGridControl to show the SearchControl above the GroupByControl.  By default, CTRL-F  
Public Fieldstatic (Shared in Visual Basic)  
Public Fieldstatic (Shared in Visual Basic)Represents the Refresh command, which requests that the items in the grid be refreshed. By default, F5.  
Public Fieldstatic (Shared in Visual Basic)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 Fieldstatic (Shared in Visual Basic)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 Fieldstatic (Shared in Visual Basic)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

Reference

DataGridCommands Class
Xceed.Wpf.DataGrid Namespace