EnumCommandId
Defines the known commands that are available within a RadDataGrid control.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.Commands
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public enum CommandId
Fields
BeginEdit
A command associated with the begin edit action that occurs within a RadDataGrid instance.
CancelEdit
A command associated with the cancel edit action that occurs within a RadDataGrid instance.
CellDoubleTap
A command associated with the DoubleTap event that occurs over a cell.
CellFlyoutAction
A command associated with the action which occurs with a Cell's Flyout.
CellHolding
A command associated with the Holding event which occurs over a cell.
CellPointerOver
A command associated with the PointerOver event that occurs over a cell.
CellTap
A command associated with the Tap event that occurs over a cell.
ColumnHeaderAction
A command associated with the action which occurs in a ColumnHeader Flyout.
ColumnHeaderTap
A command associated with the Tap event that occurs over a column header.
CommitEdit
A command associated with the commit edit action that occurs within a RadDataGrid instance.
DataBindingComplete
A command associated with the DataBindingComplete event that occurs within a RadDataGrid instance.
FilterButtonTap
A command associated with the Tap event over the Filter Button within a DataGridColumnHeader control.
FilterRequested
A command associated with the Tap event over the Filter and ClearFilter buttons within a DataGridFilteringFlyout control.
FlyoutGroupHeaderTap
A command associated with the Tap event over a group header that resides in the Grouping UI flyout, accessible from the service panel on the left.
GenerateColumn
A command associated with the Auto-generate columns process.
GroupHeaderTap
A command associated with the Tap event that occurs over a group header.
KeyDown
A command associated with the KeyDown event processing in a RadDataGrid instance.
LoadMoreData
A command associated with requesting and loading more data when available that occurs within a RadDataGrid instance.
ToggleColumnVisibility
A command associated with the action of hiding or showing a column in a RadDataGrid instance.
Unknown
The command is not familiar to the grid.
ValidateCell
A command associated with the validating cell action that occurs within a RadDataGrid instance.