Enum GridSelectionMode
Defines the constants that specify whether the single or multiple item selections are supported by SFDataGrid control.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum GridSelectionMode
Fields
| Name | Description |
|---|---|
| Extended | Multiple items can be selected, by using the SHIFT, CTRL, and arrow keys to make selections |
| Multiple | Multiple items can be selected at the same time. |
| None | No items can be selected. |
| Single | Only one item can be selected at a time. |
| SingleDeselect | Only one item can be selected at a time. In addition it lets deselect the selected row. |