Skip to main content
A newer version of this page is available. .

FilterControlExtension.GetFilterExpressionInfo(String) Method

Returns filter criteria information in the controller.

Namespace: DevExpress.Web.Mvc

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

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