Class SelectionMode
Defines modes of Selection.
- RowDefault. Row selection is enabled
- CellCell selection is enabled.
- BothBoth Row and Cell selection is enabled.
Inheritance
System.Object
SelectionMode
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SelectionMode : Enum
Fields
Both
Both row and cell selection is enabled.
Declaration
public const SelectionMode Both
Field Value
Type |
---|
SelectionMode |
Cell
Cell selection is enabled.
Declaration
public const SelectionMode Cell
Field Value
Type |
---|
SelectionMode |
Row
Default. Row selection is enabled.
Declaration
public const SelectionMode Row
Field Value
Type |
---|
SelectionMode |