Class SelectionType
Defines types of Selection.
- SingleDefault. Allows user to select a row or cell.
- MultipleAllows user to select a multiple rows or cells.
Inheritance
System.Object
SelectionType
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SelectionType : Enum
Fields
Multiple
Allows user to select a multiple rows or cells.
Declaration
public const SelectionType Multiple
Field Value
Type |
---|
SelectionType |
Single
Default. Allows user to select a row or cell.
Declaration
public const SelectionType Single
Field Value
Type |
---|
SelectionType |