[]
Base class for the grid renderers.
public abstract class GridRenderer
Name | Description |
---|---|
GridRenderer() | Initializes a new instance of the GridRenderer class. |
Name | Description |
---|---|
GetBackgroundBrush(Frame, CellType, Rectangle) | Gets the background brush. |
GetBorderPen(CellType) | Gets the border pen. |
OnDrawCell(Frame, OwnerDrawCellEventArgs, CellType) | |
StyleHasCustomBackground(Style) | Styles the has custom background. |
StyleHasCustomBorder(Style) | Styles the has custom border. |
StyleHasRightBorder(Style) | Determines whether the style has right border. |