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

ASPxGridViewFilterControlSettings Class

Provides settings that affect the filter control functionality.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ASPxGridViewFilterControlSettings :
    ASPxGridFilterControlSettings

The following members return ASPxGridViewFilterControlSettings objects:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapGridView.SettingsFilterControl
ASP.NET Web Forms Controls ASPxGridView.SettingsFilterControl
ASP.NET MVC Extensions GridViewSettings.SettingsFilterControl

Remarks

An object of the ASPxGridViewFilterControlSettings type can be accessed using the ASPxGridView.SettingsFilterControl property.

Implements

See Also