menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotTableCheckboxSelectionType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved