Click or drag to resize
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.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public enum DataGridSelectionMode
Members
  Member nameValueDescription
Single0 Only one item in the System.Windows.Controls.DataGrid can be selected at a time.
Extended1 Multiple items in the System.Windows.Controls.DataGrid can be selected at the same time.
See Also