ASPxGridFilterControlSettings Class
In This Article
A base class that provides settings affecting the built-in filter control functionality.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ASPxGridFilterControlSettings :
FilterControlSettings
#Remarks
Serves as a base class for the ASPxCardViewFilterControlSettings, ASPxGridViewFilterControlSettings and ASPxVerticalGridFilterControlSettings classes.
An object of the ASPxGridFilterControlSettings type can be accessed using the ASPxCardView.SettingsFilterControl, ASPxGridView.SettingsFilterControl, and ASPxVerticalGrid.SettingsFilterControl properties.
#Implements
#Inheritance
See Also