Version

AfterRowFilterDropDownPopulateEventArgs Constructor

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

Parameters

column
Column associated with the column flter drop down.
rows
If UltraGridOverride.RowFilterMode resolves to SiblingRowsOnly, then the RowsCollection associated with the column that the filter dropdown button is clicked on will be passed in. Otherwise it will be null.
filterDropDown
The value list that will be used as the filter drop down.
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