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

ViewFilter.Expression Property

Gets the total filter expression in string format.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public string Expression { get; }

Property Value

Type Description
String

A string value representing the total filter expression. An empty string if there are no elements in the collection.

Remarks

The Expression property returns the value of the ColumnView.ActiveFilterString property.

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