| Class |
Description |
| HierarchyExtensions |
Provides extension methods for Hierarchy to access and enumerate node type handlers.
|
| HierarchyNodeTypeHandler |
Provides a base class for hierarchy node type handlers that manage how specific node types are displayed and interact with HierarchyView instances.
|
| HierarchyView |
UI element control that displays a Hierarchy.
|
| HierarchyViewCell |
Represents a cell container for a value displayed in a HierarchyViewColumn. By default, all cells that display a default value don't display their
UI or editor unless their corresponding row is selected or the mouse hovers over the row.
|
| HierarchyViewCellDescriptor |
Provides a cell descriptor used to register a new HierarchyViewCell for a specific HierarchyNodeTypeHandler type in the Hierarchy.
Use this class to create custom UI to edit or display data for a node in a HierarchyViewCell that corresponds to a HierarchyViewColumn.
|
| HierarchyViewColumn |
Represents a column in a HierarchyView.
|
| HierarchyViewColumnDescriptor |
Provides a column descriptor used to register a new column in the HierarchyView and to control the display and customization of this column.
|
| HierarchyViewColumnState |
Contains the overridable column properties for a HierarchyViewColumn.
|
| HierarchyViewItem |
Represents a UI element that displays a hierarchy item in a HierarchyView.
|
| HierarchyViewState |
Contains the persistable configuration for a HierarchyView.
|