TreeListAppearanceCollection Properties
Provides the appearance settings used to paint the Tree List.| Name | Description |
|---|---|
| BandPanel | Gets the appearance settings used to paint band headers. |
| Caption | Gets the appearance settings used to paint the caption. |
| CustomizationFormHint | Gets or sets the appearance of the hint text displayed within an empty Customization Form. |
| Empty | Gets the appearance settings used to paint the Tree List’s empty space. |
| EvenRow | Gets the appearance settings used to paint even nodes. |
| FilterPanel | Gets the appearance settings used to paint the Filter Panel. |
| FixedLine | Gets the appearance settings used to paint the fixed lines. |
| FocusedCell | Gets the appearance settings used to paint the currently focused cell. |
| FocusedRow | Gets the appearance settings used to paint the currently focused node. |
| FooterPanel | Gets the appearance settings used to paint the summary footer. |
| GroupButton | Gets the appearance settings used to paint node expand buttons. |
| GroupFooter | Gets the appearance settings used to paint the group footer. |
| HeaderPanel | Gets the appearance settings used to paint the column header and node indicator panels. |
| HeaderPanelBackground | Gets the appearance settings used to paint the column header panel‘s background. |
| HideSelectionRow | Gets the appearance settings used to paint the selected node(s) when the Tree List isn’t focused. |
| HorzLine | Gets the appearance settings used to paint the horizontal lines. |
| HotTrackedRow | Gets the appearance settings used to paint hot-tracked nodes. |
| IsDisposed | Gets whether the current object has been disposed of. Inherited from BaseAppearanceCollection. |
| OddRow | Gets the appearance settings used to paint odd nodes. |
| Preview | Gets the appearance settings used to paint preview sections. |
| Row | Gets the appearance settings used to paint data cells within Tree List nodes. |
| SelectedRow | Gets the appearance settings used to paint the selected nodes. |
| Separator | Gets the appearance settings specifying column and band separator background color. |
| TopNewRow | Provides access to appearance settings that are used to paint the New Item Row. |
| TreeLine | Gets the appearance settings used to paint the tree lines. |
| VertLine | Gets the appearance settings used to paint the vertical lines. |
See Also