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

ColumnFilterInfo Properties

Contains column filter settings.
Name Description
DisplayText Gets the filter condition’s textual representation displayed in the filter panel.
Empty static Gets an empty filter condition.
FilterCriteria Gets the current filter criteria.
FilterString Gets the filter expression specified by this ColumnFilterInfo object.
Kind Gets whether the current filter condition has been created by the Grid Control or is a custom condition.
Type Controls whether the current object filters data by a particular value, uses a custom filter string or provides no filtering condition.
Value Gets the value by which data is filtered.
ValueDisplayText Obsolete. This member is obsolete.
See Also