Defines the available for selection units within a RadDataGrid component.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum DataGridSelectionUnit
Fields
The unit to select is a cell within a grid row.
C#
Cell = 1
The unit to select is a grid row.
C#
Row = 0