[]
        
(Showing Draft Content)

C1.WPF.Grid.GridCellType

GridCellType Enum

Specifies a value that defines the type of cell.

Namespace: C1.WPF.Grid
Assembly: C1.WPF.Grid.dll
Syntax
public enum GridCellType

Fields

Name Description
BottomLeft

Bottom left cell (at the intersection of the row and column footer cells).

Cell

Regular data cell.

ColumnFooter

Column footer cell.

ColumnHeader

Column header cell.

RowHeader

Row header cell.

TopLeft

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