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 | Description |
---|---|
SelectionMode |
Cell
Cell selection is enabled.
Declaration
public const SelectionMode Cell
Field Value
Type | Description |
---|---|
SelectionMode |
Row
Default. Row selection is enabled.
Declaration
public const SelectionMode Row
Field Value
Type | Description |
---|---|
SelectionMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |