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

FilterControl.ActualFilterCriteria Property

Gets the actual filter expression.

Namespace: DevExpress.Xpf.Editors.Filtering

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

Declaration

public CriteriaOperator ActualFilterCriteria { get; }

Property Value

Type Description
CriteriaOperator

A CriteriaOperator descendant that represents the actual filter expression.

Remarks

The ActualFilterCriteria property returns an expression obtained from a tree, currently contained in the Filter Control. Use the FilterControl.FilterCriteria property to obtain an expression that has been applied to the source control.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ActualFilterCriteria 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