Skip to main content
A newer version of this page is available. .

FilterControl.FilterCriteria Property

Gets or sets the total filter expression.

Namespace: DevExpress.Xpf.Editors.Filtering

Assembly: DevExpress.Xpf.Core.v19.1.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the FilterCriteria property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also