DashboardHelperAddSelectNodeBehavior(XmlElement, String) Method
Adds behavior to an element, so that when it is clicked/activated
the configurator will navigate to the tree node at the nodePath specified.
Namespace: MFiles.VAF.Configuration.Domain.DashboardsAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static void AddSelectNodeBehavior(
XmlElement elem,
string nodePath
)
Parameters
- elem XmlElement
- The element to add the behavior to.
- nodePath String
- The node path to navigate to.