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
ResetOnRowClick
Clicking row will reset the row selection.
Declaration
public const CheckboxSelectionType ResetOnRowClick