menu

Blazor

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

    Show / Hide Table of Contents

    Class CheckboxSelectionType

    Defines type of checkbox selection. This helps to reset selection when CheckboxOnly property is enabled.

    • DefaultDefault. In this mode, user can select multiple rows by clicking rows one by one.
    • ResetOnRowClickIn ResetOnRowClick mode, on clicking a row it will reset previously selected row and also multiple rows can be selected by using CTRL or SHIFT key.
    Inheritance
    System.Object
    CheckboxSelectionType
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class CheckboxSelectionType : Enum

    Fields

    Default

    Default. Clicking row will not clear selection selection of the row.

    Declaration
    public const CheckboxSelectionType Default
    Field Value
    Type
    CheckboxSelectionType

    ResetOnRowClick

    Clicking row will reset the row selection.

    Declaration
    public const CheckboxSelectionType ResetOnRowClick
    Field Value
    Type
    CheckboxSelectionType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved