Class SelectionMode
Defines mode of selection. They are Cell - Defines SelectionMode to Cell. Row - Defines SelectionMode to Row. Column - Defines SelectionMode to Column. Both - Defines SelectionMode to both Row and Column.
Inheritance
System.Object
SelectionMode
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SelectionMode : Enum
Fields
Both
Both - Defines SelectionMode to both Row and Column.
Declaration
public const SelectionMode Both
Field Value
Type |
---|
SelectionMode |
Cell
Cell - Defines SelectionMode to Cell.
Declaration
public const SelectionMode Cell
Field Value
Type |
---|
SelectionMode |
Column
Column - Defines SelectionMode to Column.
Declaration
public const SelectionMode Column
Field Value
Type |
---|
SelectionMode |
Row
Row - Defines SelectionMode to Row.
Declaration
public const SelectionMode Row
Field Value
Type |
---|
SelectionMode |