Skip to main content

ViewFilter.Expression Property

Gets the total filter expression in string format.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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