Enum GridSelectionMode
Specifies the selection behavior of a list box.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public enum GridSelectionMode
Fields
| Name | |
|---|---|
| MultiExtended | Multiple items can be selected, and the user can use the SHIFT, CTRL, and arrow keys to make selections |
| MultiSimple | |
| None | No items can be selected. |
| One | Only one item can be selected. |