Enum 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.
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SelectionMode
Fields
| Name | Description |
|---|---|
| Both | Both - Defines SelectionMode to both Row and Column. |
| Cell | Cell - Defines SelectionMode to Cell. |
| Column | Column - Defines SelectionMode to Column. |
| Row | Row - Defines SelectionMode to Row. |