Class GridSelectAllMode
The selectall mode of the Grid.
Inheritance
System.Object
GridSelectAllMode
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class GridSelectAllMode : Enum
Fields
All
Select All checkbox will select all data.
Declaration
public const GridSelectAllMode All
Field Value
GridSelectAllMode
|
Current
Select All checkbox will select only the records within the current context (ex: page, or filtered data).
Declaration
public const GridSelectAllMode Current
Field Value
GridSelectAllMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|