Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XafDataView.Criteria Property

Specifies criteria used to filter the data view at the server side.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CriteriaOperator Criteria { get; set; }

Property Value

Type Description
CriteriaOperator

A CriteriaOperator object that specifies criteria associated with the data view.

See Also