Class DataGridCommandId
Defines the known commands that are available within a Rad
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
ApplyGrouping
Specifies a "Grouping" DataGrid filter UI action.
Declaration
public const DataGridCommandId ApplyGrouping
Field Value
BeginEdit
A command associated with the begin edit action that occurs within a Rad
Declaration
public const DataGridCommandId BeginEdit
Field Value
CancelEdit
A command associated with the cancel edit action that occurs within a Rad
Declaration
public const DataGridCommandId CancelEdit
Field Value
CellDoubleTap
A command associated with the DoubleTap event that occurs over a cell.
Declaration
public const DataGridCommandId CellDoubleTap
Field Value
CellTap
A command associated with the Tap event that occurs over a cell.
Declaration
public const DataGridCommandId CellTap
Field Value
CloseFilter
Closes the DataGrid filter UI.
Declaration
public const DataGridCommandId CloseFilter
Field Value
ColumnHeaderTap
A command associated with the Tap event that occurs over a column header.
Declaration
public const DataGridCommandId ColumnHeaderTap
Field Value
CommitEdit
A command associated with the commit edit action that occurs within a Rad
Declaration
public const DataGridCommandId CommitEdit
Field Value
DataBindingComplete
A command associated with the DataBindingComplete event that occurs within a Rad
Declaration
public const DataGridCommandId DataBindingComplete
Field Value
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
GenerateColumn
A command associated with the Auto-generate columns process.
Declaration
public const DataGridCommandId GenerateColumn
Field Value
GroupHeaderButtonTap
A command associated with the Tap event that occurs over the button of the group header.
Declaration
public const DataGridCommandId GroupHeaderButtonTap
Field Value
GroupHeaderTap
A command associated with the Tap event that occurs over a group header.
Declaration
public const DataGridCommandId GroupHeaderTap
Field Value
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
LoadMoreData
A command associated with requesting and loading more data when available that occurs within a Rad
Declaration
public const DataGridCommandId LoadMoreData
Field Value
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
ResetFilter
Specifies a "Reset" DataGrid filter UI action.
Declaration
public const DataGridCommandId ResetFilter
Field Value
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
Unknown
The command is not familiar to the grid.
Declaration
public const DataGridCommandId Unknown
Field Value
ValidateCell
A command associated with the validating cell action that occurs within a Rad
Declaration
public const DataGridCommandId ValidateCell
Field Value
value__
Declaration
public int value__
Field Value
System.
|