The PaintGroupRowEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Appearance |
Gets the appearance of the Row (Colors, gradient...).
| |
| Bounds |
Gets the visible bounds of the Row.
| |
| ClipBounds |
A Rectangle that represents the area of the Grid that needs to be repainted.
| |
| Column |
Gets the column, for which the Rows were grouped.
| |
| FinalAppearance |
Gets the final appearance of the Cell.
| |
| FinalHierarchyBackgroundColor |
Gets the final color of the background. The final color is a result of blending of the BackColor, focus and selection colors.
| |
| 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.
| |
| HierarchyBounds |
Gets the bounds, nested to draw the hierarchy (expansion +/- buttons and hierarchical lines).
| |
| Image |
Gets or sets the image to be painted in Cell.
| |
| ImageSettings |
Gets the image settings (padding, alignment, stretching...).
| |
| Parts |
Gets or sets the parts of Row that are to be painted.
| |
| Render |
Gets or sets the IRender that performs basic painting operations.
| |
| Row |
Gets the Row to be painted.
| |
| RowSelectorAppearance |
Gets the Appearance of the row selector.
| |
| RowSelectorBounds |
Gets the bounds, nested to draw the row selector.
| |
| Text |
Gets a text to be painted in the Row.
| |
| TextAlignment |
Gets or sets the text alignment.
| |
| TextSettings |
Gets the text settings (padding, text orientation, wrapping, trimming, etc...).
| |
| Value |
Gets the value of the group of Rows.
|