Enum GridSelectionMode
Defines the constants that specify whether the single or multiple item selections are supported by SfDataGrid control.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.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. |