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