Class 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.
Inheritance
System.Object
PivotTableSelectionType
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotTableSelectionType : Enum
Fields
Multiple
Multiple - Allows the user to select multiple rows or columns or cells in the pivot table.
Declaration
public const PivotTableSelectionType Multiple
Field Value
Type |
---|
PivotTableSelectionType |
Single
Single - Allows the user to select a row or cell on their own in the pivot table.
Declaration
public const PivotTableSelectionType Single
Field Value
Type |
---|
PivotTableSelectionType |