[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridCellType

GridCellType Enum

Specifies a value that defines the type of cell.

Namespace: C1.Xamarin.Forms.Grid
Assembly: C1.Xamarin.Forms.Grid.dll
Syntax
public enum GridCellType

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).