Enum DataGridSelectionMode
Specifies constants that define the DataGrid selection modes.
Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Data.dll
Syntax
public enum DataGridSelectionMode
Fields
Name | Description |
---|---|
Extended | The user can select multiple items while holding down the SHIFT or CTRL keys. |
Single | The user can select only one item at a time. |