The PaintHierarchyEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ClipBounds |
A Rectangle that represents the area of the Grid that needs to be repainted.
| |
| ExpandIconBounds |
Gets the bounds, needed to draw the expansion (+/-) button.
| |
| 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.
| |
| Parts |
Gets or sets the parts to draw the hierarchy.
| |
| Render |
Gets or sets the IRender that performs basic painting operations.
| |
| Row |
Gets the Row which is the node of hierarchy.
| |
| VisibleHierarchicalBounds |
Gets the visible bounds, nested to draw the vertical hierarchical lines for the specified Row.
|