Version

AfterRowFilterDropDownPopulateEventArgs Class Properties

For a list of all members of this type, see AfterRowFilterDropDownPopulateEventArgs members.

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