Enum PivotTableCheckboxSelectionType
Defines modes of checkbox Selection. They are: Default - Allows multiple rows to be selected by clicking rows one by one. ResetOnRowClick - Allows to reset the previously selected row when a row is clicked and multiple rows can be selected by using CTRL or SHIFT key.
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public enum PivotTableCheckboxSelectionType
Fields
| Name | Description |
|---|---|
| Default | Default - Allows multiple rows to be selected by clicking rows one by one. |
| ResetOnRowClick | ResetOnRowClick - Allows to reset the previously selected row when a row is clicked and multiple rows can be selected by using CTRL or SHIFT key. |