Skip to main content

ViewFilter.FilterExpression Property

OBSOLETE

Use Criteria property instead

Gets the filter criteria which is applied to a View.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use Criteria property instead")]
public CriteriaOperator FilterExpression { get; }

Property Value

Type Description
CriteriaOperator

A CriteriaOperator descendant that represents the logical expression to be applied as a View filter.

Remarks

For more information, see ViewFilter.Expression and Filter and Search.

See Also