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.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.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. |