The PaintColumnPanelEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Appearance |
Gets the appearance of the Column (Colors, gradient...).
| |
Bounds |
Gets the visible bounds of the column panel.
| |
ClipBounds |
A Rectangle that represents the area of the Grid that needs to be repainted.
| |
Graphics |
Gets the graphics.
| |
Grid |
Gets the Grid.
| |
Handled |
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.
| |
Header |
Gets the Header.
| |
ParentRow | ||
Parts |
Gets or sets the parts of the Column that are to be painted.
| |
Render |
Gets or sets the render that performs basic painting operations
| |
SpaceAfterLastColumn |
Gets the space after last Column if any.
| |
SpaceBeforeFirstColumn |
Gets the space before first column.
|