'Declaration
Public Overridable Function GetBackgroundBrush( _ ByVal flex As C1FlexGridBase, _ ByVal cellType As C1FlexGridRenderer.CellType, _ ByVal bounds As Rectangle _ ) As Brush
public virtual Brush GetBackgroundBrush( C1FlexGridBase flex, C1FlexGridRenderer.CellType cellType, Rectangle bounds )
Parameters
- flex
- C1FlexGridBase that contains the cell being drawn.
- cellType
- C1FlexGridRenderer.CellType value that determines the type of cell being drawn.
- bounds
- A System.Drawing.Rectangle that represents the bounds of the cell being drawn.
Return Value
A System.Drawing.Brush object used to render the cell background.