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 : EnumFields
Both
Both row and cell selection is enabled.
Declaration
public const SelectionMode BothField Value
| Type | 
|---|
| SelectionMode | 
Cell
Cell selection is enabled.
Declaration
public const SelectionMode CellField Value
| Type | 
|---|
| SelectionMode | 
Row
Default. Row selection is enabled.
Declaration
public const SelectionMode RowField Value
| Type | 
|---|
| SelectionMode |