'DeclarationPublic Enum DataGridSelectionMode Inherits System.Enum
public enum DataGridSelectionMode : System.Enum
'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.WPF.DataGrid.DataGridSelectionMode