Skip to main content
Tab

ASPxGridViewPopupControlSettings.HeaderFilter Property

Provides access to the Header Filter‘s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public GridViewHeaderFilterPopupSettings HeaderFilter { get; }

#Property Value

Type Description
GridViewHeaderFilterPopupSettings

A GridViewHeaderFilterPopupSettings object that contains the Header Filter’s settings.

#Property Paths

You can access this nested property as listed below:

Object Type Path to HeaderFilter
ASPxGridView
.SettingsPopup .HeaderFilter
GridViewProperties
.SettingsPopup .HeaderFilter
See Also