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

FilterBehavior Fields

Allows you to use the Filter Editor, Filter Panel, and Filter Elements to filter data-bound controls that do not have integrated filter elements (for example, Chart, Scheduler, Data Editors).
Name Description
ActualFilterCriteriaProperty static Identifies the FilterBehavior.ActualFilterCriteria dependency property.
FieldsProperty static Identifies the FilterBehavior.Fields dependency property.
FilterCriteriaProperty static Identifies the FilterBehavior.FilterCriteria dependency property.
FilterDisplayTextProperty static Identifies the FilterBehavior.FilterDisplayText dependency property.
FilterEditorDialogServiceTemplateProperty static Identifies the FilterBehavior.FilterEditorDialogServiceTemplate dependency property.
FilterEditorTemplateProperty static Identifies the FilterBehavior.FilterEditorTemplate dependency property.
FilterStringProperty static Identifies the FilterBehavior.FilterString dependency property.
IsFilterEnabledProperty static Identifies the IsFilterEnabled dependency property.
ItemsSourceProperty static Identifies the FilterBehavior.ItemsSource dependency property.
MRUFilterListCountProperty static Identifies the FilterBehavior.MRUFilterListCount dependency property.
ShowAllFilterValuesProperty static Identifies the FilterBehavior.ShowAllFilterValues dependency property.
See Also