[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridRenderer.CellType

C1FlexGridRenderer.CellType Enum

Represents the type of cell being rendered.

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

Fields

Name Description
ColumnHeader

A column header cell.

ColumnHeaderHot

A column header cell currently under the mouse.

ColumnHeaderSelected

A selected column header cell.

ColumnHeaderSelectedHot

A selected column header cell currently under the mouse.

Cursor

The cell that contains the cursor.

A footer cell.

Highlight

A selected normal cell.

Normal

A normal scrollable cell.

RowHeader

A row header cell.

RowHeaderHot

A row header cell currently under the mouse.

RowHeaderSelected

A selected row header cell.

RowHeaderSelectedHot

A selected row header cell currently under the mouse.

TopLeft

The top left fixed cell.