'Declaration Public Enum GridSelectionMode Inherits System.Enum
public enum GridSelectionMode : System.Enum
'Declaration Public Enum GridSelectionMode Inherits System.Enum
public enum GridSelectionMode : System.Enum
Member | Description |
---|---|
Cell | Selection corresponds to a single cell. |
CellRange | Selection corresponds to a cell range. |
Column | Selection corresponds to a single column. |
ColumnRange | Selection corresponds to a set of contiguous columns. |
ListBox | The user can select non-contiguous rows by ctrl+clicking. |
MultiColumns | The user can select non-contiguous columns by ctrl+clicking. |
MultiRange | Selection can be a collection of ranges. |
None | Selection is not available. |
Row | Selection corresponds to a single row. |
RowRange | Selection corresponds to a set of contiguous rows. |
System.Object
System.ValueType
System.Enum
C1.WPF.Grid.GridSelectionMode