The PaintColumnPanelEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyAppearance
Gets the appearance of the Column (Colors, gradient...).
Public propertyBounds
Gets the visible bounds of the column panel.
Public propertyClipBounds
A Rectangle that represents the area of the Grid that needs to be repainted.
Public propertyGraphics
Gets the graphics.
Public propertyGrid
Gets the Grid.
Public propertyHandled
Gets or sets a value that indicates whether the event handler has completely handled the event or whether the Grid should continue its own processing.
Public propertyHeader
Gets the Header.
Public propertyParentRow
Gets a Row to which the Header is attached. The parameter can be not null for the Headers on the first and higher hierarchical levels.
Public propertyParts
Gets or sets the parts of the Column that are to be painted.
Public propertyRender
Gets or sets the render that performs basic painting operations
Public propertySpaceAfterLastColumn
Gets the space after last Column if any.
Public propertySpaceBeforeFirstColumn
Gets the space before first column.

See Also