Skip to main content

FilterControlExtension.GetFilterExpressionInfo(String) Method

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
MVCxFilterControlExpressionInfo

A MVCxFilterControlExpressionInfo object that contains filter criteria information.

#Remarks

Refer to the Filter Control topic for more information.

#Online Demo

FilterControl - Features

See Also