[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.OwnerDrawCellEventArgs

OwnerDrawCellEventArgs Class

Provides data for the OwnerDrawCell and OwnerDrawCellPrint events.

Inheritance
OwnerDrawCellEventArgs
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public class OwnerDrawCellEventArgs : EventArgs

Properties

Name Description
CellRect

The bounding rectangle for the cell that needs to be rendered.

Col

The index of the column in the DisplayColumns collection.

Column

The C1DisplayColumn being rendered.

DrawCellFlags

Indicates whether the custom renderer handles the background, border or content.

Graphics

The GDI+ graphics object to render on.

Handled

Indicates whether the event code rendered the cell.

Row

The index of the row for the cell being rendered.

Split

The index of the split for the cell being rendered.

Style

The Style used to render the cell.

Text

The text of the cell.