C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridSelectionMode Enumeration

GridSelectionMode Enumeration
Specifies constants that define the selection behavior.
Syntax
'Declaration
 
Public Enum GridSelectionMode 
   Inherits System.Enum
 
Members
MemberDescription
CellSelection corresponds to a single cell.
CellRangeSelection corresponds to a cell range.
ColumnSelection corresponds to a single column.
ColumnRangeSelection corresponds to a set of contiguous columns.
ListBoxThe user can select non-contiguous rows by ctrl+clicking.
MultiColumnsThe user can select non-contiguous columns by ctrl+clicking.
MultiRangeSelection can be a collection of ranges.
NoneSelection is not available.
RowSelection corresponds to a single row.
RowRangeSelection corresponds to a set of contiguous rows.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Grid.GridSelectionMode

See Also