The following tables list the members exposed by BeforeRowFilterDropDownPopulateEventArgs.
Name | Description | |
---|---|---|
BeforeRowFilterDropDownPopulateEventArgs Constructor | Constructor |
Name | Description | |
---|---|---|
Column | Column associated with the column header flter drop down button was clicked on. | |
Handled | Indicates whether the value list was populated and that UltraGrid should not attempt to pupulate the value list. Default value is false. | |
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 value list that will be used as the filter drop down. You can populate the value list and set Handled to true to prevent the UltraGrid from populating the value list. |