SelectTreeNodeCommandNodePath Property |
The path to the tree node to navigate to when the command is activated (clicked).
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string NodePath { get; set; }
Public Property NodePath As String
Get
Set
public:
property String^ NodePath {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also