| Property |
Description |
| BindCell |
Callback triggered when the HierarchyViewCell is bound.
|
| BindColumn |
Callback triggered when the column containing a HierarchyViewCell generated by this descriptor is bound to the HierarchyView.
|
| ClearCellContent |
If true, the children of the HierarchyViewCell are deleted when the cell is unbound.
|
| ColumnId |
Gets the column identifier that this cell is registered to.
|
| HandlerType |
Gets the HierarchyNodeTypeHandler type used to manage the node of this cell.
|
| UnbindCell |
Callback triggered when the HierarchyViewCell is unbound. The UIElements.VisualElement content of the cell is automatically cleared. Use this callback to dispose of custom resources or
unregister from events.
|
| UnbindColumn |
Callback triggered when the column containing a HierarchyViewCell generated by this descriptor is unbound from the HierarchyView.
|
| UserData |
Gets or sets custom user data associated with this descriptor.
|