Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxDBDataFilterCriteria Events
Show Inherited Hide Inherited

A filter criteria object which works with TDataSet.
Name Description
OnBeforeChange Occurs after changing filter criteria, but before updating data in the corresponding data controller.
OnChanged This event fires after filter criteria have changed. Inherited from TcxFilterCriteria.
OnFormatFilterTextValue Enables you to format the values within the filter string that is applied to a dataset.
OnGetValueList Occurs before displaying a dropdown list of values for a filter condition. Inherited from TcxDataFilterCriteria.
See Also