[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.GridRenderer

GridRenderer Class

Base class for the grid renderers.

Inheritance
GridRenderer
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public abstract class GridRenderer

Constructors

Name Description
GridRenderer()

Initializes a new instance of the GridRenderer class.

Properties

Name Description
BorderStyle

Gets the border style.

Methods

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.