[]
        
(Showing Draft Content)

C1.Win.FlexGrid.SelectionModeEnum

SelectionModeEnum Enum

Specifies the type of selection provided by the grid.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public enum SelectionModeEnum

Fields

Name Description
Cell

The user can select only a single cell at a time.

CellRange

The user can select continuous blocks of cells using the keyboard and the mouse. Clicking on header cells does not affect the selection.

Column

The user can select a single column at a time.

ColumnRange

The user can select a range of contiguous columns at a time.

Default

The user can select continuous blocks of cells using the keyboard and the mouse. Clicking on header cells selects entire rows and columns.

ListBox

The user can select non-contiguous rows using control-click.

MultiRange

The user can select multiple continuous blocks of cells using the mouse.

Row

The user can select a single row at a time.

RowRange

The user can select a range of contiguous rows at a time.