Version

GetTreeViewItem Method

Returns the TreeViewItem for the RecordFilterTreeItem if one is created
Syntax
'Declaration
 
Protected Function GetTreeViewItem( _
   ByVal rfTree As Infragistics.Windows.DataPresenter.RecordFilterTreeControl, _
   ByVal item As Infragistics.Windows.DataPresenter.RecordFilterTreeItem _
) As System.Windows.Controls.TreeViewItem
protected System.Windows.Controls.TreeViewItem GetTreeViewItem( 
   Infragistics.Windows.DataPresenter.RecordFilterTreeControl rfTree,
   Infragistics.Windows.DataPresenter.RecordFilterTreeItem item
)
protected: System.Windows.Controls.TreeViewItem* GetTreeViewItem( 
   Infragistics.Windows.DataPresenter.RecordFilterTreeControl* rfTree,
   Infragistics.Windows.DataPresenter.RecordFilterTreeItem* item
) 

Parameters

rfTree
item
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