Back to Devexpress

FilterControlExtension.GetFilterExpressionInfo(String) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-filtercontrolextension-dot-getfilterexpressioninfo-x28-system-dot-string-x29.md

latest1.8 KB
Original Source

FilterControlExtension.GetFilterExpressionInfo(String) Method

Returns filter criteria information in the controller.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public static MVCxFilterControlExpressionInfo GetFilterExpressionInfo(
    string name
)
vb
Public Shared Function GetFilterExpressionInfo(
    name As String
) As MVCxFilterControlExpressionInfo

Parameters

NameTypeDescription
nameString

A string value that specifies the name of the filter control extension.

|

Returns

TypeDescription
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

FilterControlExtension Class

FilterControlExtension Members

DevExpress.Web.Mvc Namespace