Version

GetNodePath Method

Syntax
'Declaration
 
Public Shared Function GetNodePath( _
   ByVal dataTree As Infragistics.Controls.Menus.XamDataTree, _
   ByVal node As Infragistics.Controls.Menus.XamDataTreeNode, _
   Optional ByVal recordItemsByIndex As System.Boolean _
) As System.Object
public static System.object GetNodePath( 
   Infragistics.Controls.Menus.XamDataTree dataTree,
   Infragistics.Controls.Menus.XamDataTreeNode node,
   System.bool recordItemsByIndex
)
public: static System.Object* GetNodePath( 
   Infragistics.Controls.Menus.XamDataTree* dataTree,
   Infragistics.Controls.Menus.XamDataTreeNode* node,
   System.bool recordItemsByIndex
) 

Parameters

dataTree
node
recordItemsByIndex
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