Class GridSelectionType
The selection type of the Grid.
Inheritance
System.Object
GridSelectionType
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class GridSelectionType : Enum
Fields
Cell
Allow selection of individual cells
Declaration
public const GridSelectionType Cell
Field Value
GridSelectionType
|
Row
Allow selection of full rows
Declaration
public const GridSelectionType Row
Field Value
GridSelectionType
|
value__
Declaration
public int value__
Field Value
System.Int32
|