FilterControlExtension Class
Represents an extension object implementing the Filter Control functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Related API Members
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.