The following tables list the members exposed by AfterRowFilterDropDownPopulateEventArgs.
Name | Description | |
---|---|---|
AfterRowFilterDropDownPopulateEventArgs Constructor | Constructor |
Name | Description | |
---|---|---|
Column | Column associated with the column flter drop down. | |
Rows | If UltraGridOverride.RowFilterMode resolves to SiblingRowsOnly, then the RowsCollection associated with the column will be passed in. Otherwise it will be null. | |
ValueList | The value list that will be used as the filter drop down. You can add, remove, or modify item on the list. |