[]
        
(Showing Draft Content)

C1.Android.Grid.GridSelectionMode

GridSelectionMode Class

Specifies constants that define the selection behavior.

Inheritance
GridSelectionMode
Namespace: C1.Android.Grid
Assembly: C1.Android.Grid.dll
Syntax
public sealed class GridSelectionMode : Enum

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.

None

Selection is not available.

Row

Selection corresponds to a single row.

RowRange

Selection corresponds to a set of contiguous rows.

value__