[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.SelectionMode

SelectionMode Enum

Specifies constants that define the selection behavior.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public enum SelectionMode

Fields

Name 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

Selection corresponds to an arbitrary set of rows.

Row

Selection corresponds to a single row.

RowRange

Selection corresponds to a set of contiguous rows.