Enum PivotTableSelectionType
Defines types of Selection. They are: Single - Allows the user to select a row or cell on their own in the pivot table. Multiple - Allows the user to select multiple rows or columns or cells in the pivot table.
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public enum PivotTableSelectionType
Fields
| Name | Description |
|---|---|
| Multiple | Multiple - Allows the user to select multiple rows or columns or cells in the pivot table. |
| Single | Single - Allows the user to select a row or cell on their own in the pivot table. |