[]
        
(Showing Draft Content)

C1.Android.Grid.GridCellType

GridCellType Class

Specifies a value that defines the type of cell.

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

Fields

Name Description
Cell

Regular data cell.

ColumnHeader

Column header cell.

RowHeader

Row header cell.

TopLeft

Top left cell (at the intersection of the row and column header cells).

value__