Enum CheckBoxSelectionMode
Defines the constants that specifies the possible checkbox selection types in sflistview
Namespace: Syncfusion.WinForms.ListView.Enums
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public enum CheckBoxSelectionMode
Fields
| Name | Description |
|---|---|
| CheckOnItemClick | It species the CheckOnItemClick selection to row, only on single selection mode. |
| Default | It species the default selection to row |
| SelectOnCheck | It species the selectoncheck to row |
| SynchronizeSelection | It species the synchronize selection to row |