The following tables list the members exposed by BeforeRowFilterDropDownEventArgs.
Name | Description | |
---|---|---|
BeforeRowFilterDropDownEventArgs Constructor | Constructor |
Name | Description | |
---|---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | |
Column | Column associated with the column header flter drop down button was clicked on. | |
Rows | If 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. | |
ValueList | The contents of the filter drop down as a ValueList. You can add or remove items from this ValueList. |