Skip to main content

MVCxFilterControlExpressionInfo.Criteria Property

Gets or sets the filter criteria.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#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