DashboardPanelTreePath Property |
The domain tree path this list item represents (optional).
If specified, the title will become a link that navigates
to the tree node at the path in the configurator's navigation pane.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string TreePath { get; set; }
Public Property TreePath As String
Get
Set
public:
property String^ TreePath {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also