| C1.Silverlight.DataGrid Namespace : DataGridSelectionMode Enumeration | 
'DeclarationPublic Enum DataGridSelectionMode Inherits System.Enum
public enum DataGridSelectionMode : System.Enum
| Member | Description | 
|---|---|
| MultiColumn | It is possible to select more than one column at the same time using ctrl and shift keys. | 
| MultiRange | It is possible to select more than one cell, range of cells, columns or rows at the same time using ctrl and shift keys. | 
| MultiRow | It is possible to select more than one row at the same time using ctrl and shift keys. | 
| None | Any element will be selected. | 
| SingleCell | Only single cells can be selected. | 
| SingleColumn | Only a column can be selected at the same time. | 
| SingleRange | Only a range of cells can be selected at the same time. | 
| SingleRow | Only a row can be selected at the same time. | 
System.Object
   System.ValueType
      System.Enum
         C1.Silverlight.DataGrid.DataGridSelectionMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2