[]
Gets the background brush for a cell.
public override Brush GetBackgroundBrush(C1FlexGridBase flex, C1FlexGridRenderer.CellType cellType, Rectangle r)
Type | Name | Description |
---|---|---|
C1FlexGridBase | flex | C1FlexGridBase that contains the cell. |
C1FlexGridRenderer.CellType | cellType | C1FlexGridRenderer.CellType value that describes the type of cell being rendered. |
Rectangle | r | Rectangle that defines the cell bounds. |
Type | Description |
---|---|
Brush | A Brush used to paint the cell. |