The DimensionViewerNodeState enumeration contains variants of tree element state.
It is used by the following property:
| Value | Brief description |
| 0 | None. The element is not in use. |
| 1 | Expanded. The child elements tree is expanded for the element. |
| 2 | Selected. The element is selected. |
| 3 | ExpandedSelected. The element is selected and the tree of its child elements is expanded. |
| 4 | Focused. The element is in focus. |
| 5 | ExpandedFocused. The element is focused and the tree of its child elements is expanded. |
| 6 | SelectedFocused. The element is selected and is in focus. |
| 7 | ExpandedSelectedFocused. The element is selected, in focus and the tree of its' child elements is expanded. |
See also: