Version

BeforeRowFilterDropDownEventArgs Class Properties

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

Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyColumnColumn associated with the column header flter drop down button was clicked on.  
Public PropertyRowsIf 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.  
Public PropertyValueListThe contents of the filter drop down as a ValueList. You can add or remove items from this ValueList.  
See Also