Version

GetNodeHeadersFromCollection(XamDataTreeNodesCollection,Boolean,Boolean,Int32) Method

Syntax
'Declaration
 
Protected Overloads Function GetNodeHeadersFromCollection( _
   ByVal collection As Infragistics.Controls.Menus.XamDataTreeNodesCollection, _
   ByVal bNeedHeaders As System.Boolean, _
   ByVal bNeedCount As System.Boolean, _
   Optional ByVal iIndexToExclude As System.Integer _
) As System.Object
protected System.object GetNodeHeadersFromCollection( 
   Infragistics.Controls.Menus.XamDataTreeNodesCollection collection,
   System.bool bNeedHeaders,
   System.bool bNeedCount,
   System.int iIndexToExclude
)
protected: System.Object* GetNodeHeadersFromCollection( 
   Infragistics.Controls.Menus.XamDataTreeNodesCollection* collection,
   System.bool bNeedHeaders,
   System.bool bNeedCount,
   System.int iIndexToExclude
) 

Parameters

collection
bNeedHeaders
bNeedCount
iIndexToExclude
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