FilterControlExtension.GetFilterExpressionInfo(String) Method
Returns filter criteria information in the controller.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A string value that specifies the name of the filter control extension. |
Returns
Type | Description |
---|---|
MVCxFilterControlExpressionInfo | A MVCxFilterControlExpressionInfo object that contains filter criteria information. |
Remarks
Refer to the Filter Control topic for more information.
Online Demo
See Also