The PaintGroupPanelEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Appearance |
Gets the appearance of the Column (Colors, gradient...).
| |
| Bounds |
Gets the visible bounds of the group panel.
| |
| ClipBounds |
A Rectangle that represents the area of the Grid that needs to be repainted.
| |
| DefaultColumnCaptionHeight |
Gets or sets the default height of the Column to paint it on the group panel and may be different from one of the column panel.
| |
| Font |
Gets or sets the Font to draw the text.
| |
| 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 header's caption that are to be painted.
| |
| Render |
Gets or sets the render that performs basic painting operations
| |
| Text |
Gets or sets the text to be painted on the group panel.
| |
| TextAlignment |
Gets or sets the text alignment.
| |
| TextSettings |
Gets the text settings (padding, text orientation, wrapping, trimming, etc...).
|