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

MVCxFilterControlExpressionInfo.Criteria Property

Gets or sets the filter criteria.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public CriteriaOperator Criteria { get; set; }

Property Value

Type Description
CriteriaOperator

A CriteriaOperator object that represents the filter criteria.

Remarks

Refer to the Filter Control topic for more information.

Online Demo

FilterControl - Features

See Also