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