Class DataGridSelectionUnit
Defines the available for selection units within a RadDataGrid component.
Inheritance
System.Object
DataGridSelectionUnit
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class DataGridSelectionUnit : Enum
Fields
Cell
The unit to select is a cell within a grid row.
Declaration
public const DataGridSelectionUnit Cell
Field Value
DataGridSelectionUnit
|
Row
The unit to select is a grid row.
Declaration
public const DataGridSelectionUnit Row
Field Value
DataGridSelectionUnit
|
value__
Declaration
public int value__
Field Value
System.Int32
|