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

BootstrapGridViewPopupControlSettings.HeaderFilter Property

Provides access to the Header Filter‘s settings.

Namespace: DevExpress.Web.Bootstrap

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

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