Version

GetDateFilterTreeViewItemArg Method

Creates a valid QTP variant value of the supplied item of the DateFilterTreeView control
Syntax
'Declaration
 
Protected Function GetDateFilterTreeViewItemArg( _
   ByVal dateFilterItem As Infragistics.Controls.Grids.Primitives.DateFilterTreeViewItem _
) As System.Object
protected System.object GetDateFilterTreeViewItemArg( 
   Infragistics.Controls.Grids.Primitives.DateFilterTreeViewItem dateFilterItem
)
protected: System.Object* GetDateFilterTreeViewItemArg( 
   Infragistics.Controls.Grids.Primitives.DateFilterTreeViewItem* dateFilterItem
) 

Parameters

dateFilterItem
The supplied item of the DateFilterTreeView control

Return Value

A valid QTP variant value of the supplied item of the DateFilterTreeView control
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