Version

AfterRowFilterDropDownPopulateEventArgs Class Members

The following tables list the members exposed by AfterRowFilterDropDownPopulateEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertyColumnColumn 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 PropertyValueListThe value list that will be used as the filter drop down. You can add, remove, or modify item on the list.  
See Also