Version

GetNodeFromPath Method

Syntax
'Declaration
 
Public Shared Function GetNodeFromPath( _
   ByVal dataTree As Infragistics.Controls.Menus.XamDataTree, _
   ByVal nodePath As System.Object _
) As Infragistics.Controls.Menus.XamDataTreeNode
public static Infragistics.Controls.Menus.XamDataTreeNode GetNodeFromPath( 
   Infragistics.Controls.Menus.XamDataTree dataTree,
   System.object nodePath
)
public: static Infragistics.Controls.Menus.XamDataTreeNode* GetNodeFromPath( 
   Infragistics.Controls.Menus.XamDataTree* dataTree,
   System.Object* nodePath
) 

Parameters

dataTree
nodePath
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also