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

FilterControl.FilterCriteria Property

Gets or sets the total filter expression.

Namespace: DevExpress.Xpf.Editors.Filtering

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public CriteriaOperator FilterCriteria { get; set; }

#Property Value

Type Description
CriteriaOperator

A CriteriaOperator descendant that represents the total filter expression.

#Remarks

To apply the filter expression to the source control, use the FilterControl.ApplyFilter property.

The FilterCriteria property’s value is automatically updated when a new expression is applied to the source control. To obtain the actual expression contained into the Filter Control, use the FilterControl.ActualFilterCriteria property.

See Also