The ElementVisualizedData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ElementVisualizedData | Initializes a new instance of the ElementVisualizedData class |
Properties
Name | Description | |
---|---|---|
![]() | BundleElementName |
When bundling elements this field is used to identify this specific element for selection
|
![]() | ElementBundle |
Having a common ElementBundle across elements will make the client bundle them up as a single node, and allow the user to select a specific element via a drop down, showing individual BundleElementName values
|
![]() | HasChildren |
If this element has (may have) chrildren. When true navigation for opening the element will be provided.
|
![]() | Icon |
The icon of the element (when closed)
|
![]() | IsDisabled |
When true the element will be shown in the UI but in a grayed out way with all actions disabled
|
![]() | Label |
Label to be shown in tree
|
![]() | OpenedIcon |
The icon of the element when open (when children are shown)
|
![]() | ToolTip |
Tooltip for the element - typically shown when hovering the element
|