Enum
CommandId

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:

cs-api-definition
public enum CommandId

Fields

BeginEdit

A command associated with the begin edit action that occurs within a RadDataGrid instance.

Declaration

cs-api-definition
BeginEdit = 11

Field Value

CommandId

CancelEdit

A command associated with the cancel edit action that occurs within a RadDataGrid instance.

Declaration

cs-api-definition
CancelEdit = 12

Field Value

CommandId

CellDoubleTap

A command associated with the DoubleTap event that occurs over a cell.

Declaration

cs-api-definition
CellDoubleTap = 4

Field Value

CommandId

CellFlyoutAction

A command associated with the action which occurs with a Cell's Flyout.

Declaration

cs-api-definition
CellFlyoutAction = 19

Field Value

CommandId

CellHolding

A command associated with the Holding event which occurs over a cell.

Declaration

cs-api-definition
CellHolding = 17

Field Value

CommandId

CellPointerOver

A command associated with the PointerOver event that occurs over a cell.

Declaration

cs-api-definition
CellPointerOver = 8

Field Value

CommandId

CellTap

A command associated with the Tap event that occurs over a cell.

Declaration

cs-api-definition
CellTap = 3

Field Value

CommandId

ColumnHeaderAction

A command associated with the action which occurs in a ColumnHeader Flyout.

Declaration

cs-api-definition
ColumnHeaderAction = 18

Field Value

CommandId

ColumnHeaderTap

A command associated with the Tap event that occurs over a column header.

Declaration

cs-api-definition
ColumnHeaderTap = 1

Field Value

CommandId

CommitEdit

A command associated with the commit edit action that occurs within a RadDataGrid instance.

Declaration

cs-api-definition
CommitEdit = 13

Field Value

CommandId

DataBindingComplete

A command associated with the DataBindingComplete event that occurs within a RadDataGrid instance.

Declaration

cs-api-definition
DataBindingComplete = 10

Field Value

CommandId

FilterButtonTap

A command associated with the Tap event over the Filter Button within a DataGridColumnHeader control.

Declaration

cs-api-definition
FilterButtonTap = 6

Field Value

CommandId

FilterRequested

A command associated with the Tap event over the Filter and ClearFilter buttons within a DataGridFilteringFlyout control.

Declaration

cs-api-definition
FilterRequested = 7

Field Value

CommandId

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.

Declaration

cs-api-definition
FlyoutGroupHeaderTap = 5

Field Value

CommandId

GenerateColumn

A command associated with the Auto-generate columns process.

Declaration

cs-api-definition
GenerateColumn = 9

Field Value

CommandId

GroupHeaderTap

A command associated with the Tap event that occurs over a group header.

Declaration

cs-api-definition
GroupHeaderTap = 2

Field Value

CommandId

KeyDown

A command associated with the KeyDown event processing in a RadDataGrid instance.

Declaration

cs-api-definition
KeyDown = 16

Field Value

CommandId

LoadMoreData

A command associated with requesting and loading more data when available that occurs within a RadDataGrid instance.

Declaration

cs-api-definition
LoadMoreData = 15

Field Value

CommandId

ToggleColumnVisibility

A command associated with the action of hiding or showing a column in a RadDataGrid instance.

Declaration

cs-api-definition
ToggleColumnVisibility = 20

Field Value

CommandId

Unknown

The command is not familiar to the grid.

Declaration

cs-api-definition
Unknown = 0

Field Value

CommandId

ValidateCell

A command associated with the validating cell action that occurs within a RadDataGrid instance.

Declaration

cs-api-definition
ValidateCell = 14

Field Value

CommandId