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

FilterControlExtension Class

Represents an extension object implementing the Filter Control functionality.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class FilterControlExtension :
    ExtensionBase

The following members return FilterControlExtension objects:

Remarks

To declare the Filter Control in a View, invoke the ExtensionsFactory.FilterControl helper method. This method returns the filter control extension that is implemented by the FilterControlExtension class.

To configure the Filter Control extension, pass the FilterControlSettings object to the ExtensionsFactory.FilterControl helper method as a parameter. The FilterControlSettings object contains all the filter control extension settings.

Refer to the Filter Control topic to learn how to add the filter control extension to your project.

Inheritance

See Also