The PaintGroupPanelEventArgs 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 group panel.
Public propertyClipBounds
A Rectangle that represents the area of the Grid that needs to be repainted.
Public propertyDefaultColumnCaptionHeight
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.
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 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 header's caption that are to be painted.
Public propertyRender
Gets or sets the render that performs basic painting operations
Public propertyText
Gets or sets the text to be painted on the group panel.
Public propertyTextAlignment
Gets or sets the text alignment.
Public propertyTextSettings
Gets the text settings (padding, text orientation, wrapping, trimming, etc...).

See Also