Skip to main content

BootstrapGridViewPopupControlSettings.HeaderFilter Property

Provides access to the Header Filter‘s settings.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewHeaderFilterPopupSettings HeaderFilter { get; }

Property Value

Type Description
BootstrapGridViewHeaderFilterPopupSettings

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

Property Paths

You can access this nested property as listed below:

Object Type Path to HeaderFilter
BootstrapGridView
.SettingsPopup .HeaderFilter
See Also