Version

BeforeRowFilterDropDownEventArgs Constructor

Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal column As UltraGridColumn, _
   ByVal rows As RowsCollection, _
   ByVal filterDropDownContents As Infragistics.Win.ValueList _
)
public BeforeRowFilterDropDownEventArgs( 
   UltraGridColumn column,
   RowsCollection rows,
   Infragistics.Win.ValueList filterDropDownContents
)

Parameters

column
Column associated with the column header flter drop down button was clicked on.
rows
If UltraGridOverride.RowFilterMode resolves to SiblingRowsOnly, then the RowsCollection associated with the column header that the filter dropdown button is clicked on will be passed in. Otherwise it will be null.
filterDropDownContents
The contents of the filter drop down as a ValueList.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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