alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum 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.
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public enum CheckboxSelectionType

    Fields

    Name Description
    Default

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

    ResetOnRowClick

    Clicking row will reset the row selection.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved