Class CellSelectionMode
Defines mode of cell selection.
- FlowDefault. Selects the range of cells between start index and end index that also includes the other cells of the selected rows..
- BoxSelects the range of cells within the start and end column indexes that includes in between cells of rows within the range
Inheritance
System.Object
CellSelectionMode
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class CellSelectionMode : Enum
Fields
Box
Range of cells that match the index of start and end cell will be selected
Declaration
public const CellSelectionMode Box
Field Value
Type |
---|
CellSelectionMode |
BoxWithBorder
Same as Box
, but shows border during selection.
Declaration
public const CellSelectionMode BoxWithBorder
Field Value
Type |
---|
CellSelectionMode |
Flow
Default. All the cells between start and end cell will be selected.
Declaration
public const CellSelectionMode Flow
Field Value
Type |
---|
CellSelectionMode |