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

CustomFilterDialogEventArgs Properties

Provides data for the ColumnView.CustomFilterDialog event.
Name Description
Column Gets the column to be filtered using custom filter criteria.
FilterInfo Gets or sets an object specifying custom filter criteria.
Handled Gets or sets a value specifying whether the custom filter dialog should be invoked.
ResetEditorEventHandlers Gets or sets whether event handlers of the dialog’s editors are reset (i.e., not copied from a column’s in-place editor).
UseAsteriskAsWildcard Gets or sets whether the asterisk (‘*’) character can be used as a wildcard character.
See Also