Version

FilterMenuNavigation(FilterButtonBase,Object) Method

Syntax
'Declaration
 
Protected Overloads Sub FilterMenuNavigation( _
   ByVal btnFilter As Infragistics.Windows.DataPresenter.FilterButtonBase, _
   ByVal oPath As System.Object _
) 
protected void FilterMenuNavigation( 
   Infragistics.Windows.DataPresenter.FilterButtonBase btnFilter,
   System.object oPath
)
protected: void FilterMenuNavigation( 
   Infragistics.Windows.DataPresenter.FilterButtonBase* btnFilter,
   System.Object* oPath
) 

Parameters

btnFilter
oPath
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