The PaintHierarchyEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyClipBounds
A Rectangle that represents the area of the Grid that needs to be repainted.
Public propertyExpandIconBounds
Gets the bounds, needed to draw the expansion (+/-) button.
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 propertyParts
Gets or sets the parts to draw the hierarchy.
Public propertyRender
Gets or sets the IRender that performs basic painting operations.
Public propertyRow
Gets the Row which is the node of hierarchy.
Public propertyVisibleHierarchicalBounds
Gets the visible bounds, nested to draw the vertical hierarchical lines for the specified Row.

See Also