Class 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.
Inheritance
System.Object
PivotTableCheckboxSelectionType
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotTableCheckboxSelectionType : Enum
Fields
Default
Default - Allows multiple rows to be selected by clicking rows one by one.
Declaration
public const PivotTableCheckboxSelectionType Default
Field Value
Type |
---|
PivotTableCheckboxSelectionType |
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.
Declaration
public const PivotTableCheckboxSelectionType ResetOnRowClick
Field Value
Type |
---|
PivotTableCheckboxSelectionType |