Skip to main content
Tab

ASPxGridViewFilterControlSettings Class

Provides settings that affect the filter control functionality.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ASPxGridViewFilterControlSettings :
    ASPxGridFilterControlSettings

The following members return ASPxGridViewFilterControlSettings objects:

Library Related API Members
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