Class DataGridCommandId
Defines the known commands that are available within a RadDataGrid control.
Inheritance
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class DataGridCommandId : Enum
Fields
ApplyFilter
Specifies a "Filter" DataGrid filter UI action.
Declaration
public const DataGridCommandId ApplyFilter
Field Value
DataGridCommandId
|
ApplyGrouping
Specifies a "Grouping" DataGrid filter UI action.
Declaration
public const DataGridCommandId ApplyGrouping
Field Value
DataGridCommandId
|
BeginEdit
A command associated with the begin edit action that occurs within a RadDataGrid instance.
Declaration
public const DataGridCommandId BeginEdit
Field Value
DataGridCommandId
|
CancelEdit
A command associated with the cancel edit action that occurs within a RadDataGrid instance.
Declaration
public const DataGridCommandId CancelEdit
Field Value
DataGridCommandId
|
CellDoubleTap
A command associated with the DoubleTap event that occurs over a cell.
Declaration
public const DataGridCommandId CellDoubleTap
Field Value
DataGridCommandId
|
CellTap
A command associated with the Tap event that occurs over a cell.
Declaration
public const DataGridCommandId CellTap
Field Value
DataGridCommandId
|
CloseFilter
Closes the DataGrid filter UI.
Declaration
public const DataGridCommandId CloseFilter
Field Value
DataGridCommandId
|
ColumnHeaderTap
A command associated with the Tap event that occurs over a column header.
Declaration
public const DataGridCommandId ColumnHeaderTap
Field Value
DataGridCommandId
|
CommitEdit
A command associated with the commit edit action that occurs within a RadDataGrid instance.
Declaration
public const DataGridCommandId CommitEdit
Field Value
DataGridCommandId
|
DataBindingComplete
A command associated with the DataBindingComplete event that occurs within a RadDataGrid instance.
Declaration
public const DataGridCommandId DataBindingComplete
Field Value
DataGridCommandId
|
FilterTap
A command associated with the Tap event that occurs over the filtering symbol part of the column's header.
Declaration
public const DataGridCommandId FilterTap
Field Value
DataGridCommandId
|
GenerateColumn
A command associated with the Auto-generate columns process.
Declaration
public const DataGridCommandId GenerateColumn
Field Value
DataGridCommandId
|
GroupHeaderButtonTap
A command associated with the Tap event that occurs over the button of the group header.
Declaration
public const DataGridCommandId GroupHeaderButtonTap
Field Value
DataGridCommandId
|
GroupHeaderTap
A command associated with the Tap event that occurs over a group header.
Declaration
public const DataGridCommandId GroupHeaderTap
Field Value
DataGridCommandId
|
KeyDown
A command associated with the key down action of the keyboard that occurs in WinUI and Catalyst.
Declaration
public const DataGridCommandId KeyDown
Field Value
DataGridCommandId
|
LoadMoreData
A command associated with requesting and loading more data when available that occurs within a RadDataGrid instance.
Declaration
public const DataGridCommandId LoadMoreData
Field Value
DataGridCommandId
|
MoreTap
A command associated with the Tap event that occurs over the more symbol part of the column's filtering UI.
Declaration
public const DataGridCommandId MoreTap
Field Value
DataGridCommandId
|
ResetFilter
Specifies a "Reset" DataGrid filter UI action.
Declaration
public const DataGridCommandId ResetFilter
Field Value
DataGridCommandId
|
ToggleRowDetailsButtonTap
A command associated with the Tap event that occurs over the arrow part of the toggle-row-details cell.
Declaration
public const DataGridCommandId ToggleRowDetailsButtonTap
Field Value
DataGridCommandId
|
Unknown
The command is not familiar to the grid.
Declaration
public const DataGridCommandId Unknown
Field Value
DataGridCommandId
|
ValidateCell
A command associated with the validating cell action that occurs within a RadDataGrid instance.
Declaration
public const DataGridCommandId ValidateCell
Field Value
DataGridCommandId
|
value__
Declaration
public int value__
Field Value
System.Int32
|