[]
Draws a single grid cell of a specific type.
public override 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. |