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.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
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.

See Also