'Declaration
Public Overloads Overridable Sub OnDrawCell( _ ByVal flex As C1FlexGridBase, _ ByVal e As OwnerDrawCellEventArgs, _ ByVal cellType As C1FlexGridRenderer.CellType _ )
public virtual void OnDrawCell( C1FlexGridBase flex, OwnerDrawCellEventArgs e, C1FlexGridRenderer.CellType cellType )
Parameters
- flex
- C1FlexGridBase that contains the cell being drawn.
- e
- OwnerDrawCellEventArgs that provides information about the cell being drawn.
- cellType
- C1FlexGridRenderer.CellType value that determines the type of cell being drawn.