Back to Devexpress

MVCxFilterControlExpressionInfo.Criteria Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxfiltercontrolexpressioninfo.md

latest1.4 KB
Original Source

MVCxFilterControlExpressionInfo.Criteria Property

Gets or sets the filter criteria.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public CriteriaOperator Criteria { get; set; }
vb
Public Property Criteria As CriteriaOperator

Property Value

TypeDescription
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

MVCxFilterControlExpressionInfo Class

MVCxFilterControlExpressionInfo Members

DevExpress.Web.Mvc Namespace