aspnetmvc-devexpress-dot-web-dot-mvc-b9c6c9ab.md
Represents an extension object implementing the Filter Control functionality.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class FilterControlExtension :
ExtensionBase
Public Class FilterControlExtension
Inherits ExtensionBase
The following members return FilterControlExtension objects:
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.
Object ExtensionBase FilterControlExtension FilterControlExtension<RowType>
See Also