Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The IVZTreeModel interface is used to work with the model of visualizator with hierarchical structure.
IVZTreeModel
Parameters of visualizer model can be obtained in the IVZTreeDataVisualizer.Model property.
| Property name | Brief description | |
| The ActiveItem property determines active element in the visualizer with hierarchical structure. | ||
| The RootItem property determines root element in visualizer with hierarchical structure. |
| Method name | Brief description | |
| The GetItemByID method returns the tree element by its identifier. | ||
| The SetActiveItem method sets a selected tree element as a current one in visualizer with hierarchical structure. |
See also: