The PaintGroupRowEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyAppearance
Gets the appearance of the Row (Colors, gradient...).
Public propertyBounds
Gets the visible bounds of the Row.
Public propertyClipBounds
A Rectangle that represents the area of the Grid that needs to be repainted.
Public propertyColumn
Gets the column, for which the Rows were grouped.
Public propertyFinalAppearance
Gets the final appearance of the Cell.
Public propertyFinalHierarchyBackgroundColor
Gets the final color of the background. The final color is a result of blending of the BackColor, focus and selection colors.
Public propertyFont
Gets or sets the Font to draw the text.
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 propertyHierarchyBounds
Gets the bounds, nested to draw the hierarchy (expansion +/- buttons and hierarchical lines).
Public propertyImage
Gets or sets the image to be painted in Cell.
Public propertyImageSettings
Gets the image settings (padding, alignment, stretching...).
Public propertyParts
Gets or sets the parts of Row that are to be painted.
Public propertyRender
Gets or sets the IRender that performs basic painting operations.
Public propertyRow
Gets the Row to be painted.
Public propertyRowSelectorAppearance
Gets the Appearance of the row selector.
Public propertyRowSelectorBounds
Gets the bounds, nested to draw the row selector.
Public propertyText
Gets a text to be painted in the Row.
Public propertyTextAlignment
Gets or sets the text alignment.
Public propertyTextSettings
Gets the text settings (padding, text orientation, wrapping, trimming, etc...).
Public propertyValue
Gets the value of the group of Rows.

See Also