MVCxFilterControlExpressionInfo.Criteria Property
In This Article
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 |
---|---|
Criteria |
A Criteria |
#Remarks
Refer to the Filter Control topic for more information.
#Online Demo
See Also