Infragistics(R) NetAdvantage(R) Windows Forms
AfterRowFilterDropDownPopulateEventArgs Class Members
See Also  Properties  E-mail your feedback on this topic.
Infragistics.Win.UltraWinGrid Namespace : AfterRowFilterDropDownPopulateEventArgs Class


The following tables list the members exposed by AfterRowFilterDropDownPopulateEventArgs.

Public Constructors

Public Properties

 NameDescription
public PropertyColumn Column associated with the column flter drop down.  
public PropertyRowsIf UltraGridOverride.RowFilterMode resolves to SiblingRowsOnly, then the RowsCollection associated with the column will be passed in. Otherwise it will be null.  
public PropertyValueList The value list that will be used as the filter drop down. You can add, remove, or modify item on the list.  
Top

See Also