[]
Draws a grid cell of any type.
public virtual void OnDrawCell(C1FlexGridBase flex, OwnerDrawCellEventArgs e)
Type | Name | Description |
---|---|---|
C1FlexGridBase | flex | C1FlexGridBase that contains the cell being drawn. |
OwnerDrawCellEventArgs | e | OwnerDrawCellEventArgs that provides information about the cell being drawn. |
This method determines the type of cell being drawn and then calls the OnDrawCell(C1FlexGridBase, OwnerDrawCellEventArgs, CellType) method passing the type of cell to be drawn.
Draws a single grid cell of a specific type.
public virtual void OnDrawCell(C1FlexGridBase flex, OwnerDrawCellEventArgs e, C1FlexGridRenderer.CellType cellType)
Type | Name | Description |
---|---|---|
C1FlexGridBase | flex | C1FlexGridBase that contains the cell being drawn. |
OwnerDrawCellEventArgs | e | OwnerDrawCellEventArgs that provides information about the cell being drawn. |
C1FlexGridRenderer.CellType | cellType | C1FlexGridRenderer.CellType value that determines the type of cell being drawn. |