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

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

Declaration

[Browsable(false)]
[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