DataGridSelectionMode Enumeration |
Defines constants that specify whether single or multiple item selections
are supported by a System.Windows.Controls.DataGrid control.
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public enum DataGridSelectionMode
Members
| Member name | Value | Description |
---|
| Single | 0 |
Only one item in the System.Windows.Controls.DataGrid can be selected at
a time.
|
| Extended | 1 |
Multiple items in the System.Windows.Controls.DataGrid can be selected at
the same time.
|
See Also