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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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.

See Also