Version

BeforeRowFilterDropDownEventArgs Class Members

The following tables list the members exposed by BeforeRowFilterDropDownEventArgs.

Public Constructors
 NameDescription
Public ConstructorBeforeRowFilterDropDownEventArgs ConstructorConstructor  
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