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

BootstrapCardViewPopupControlSettings.HeaderFilter Property

Provides access to the Header Filter‘s settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Description
BootstrapCardViewHeaderFilterPopupSettings

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

Property Paths

You can access this nested property as listed below:

Object Type Path to HeaderFilter
BootstrapCardView
.SettingsPopup .HeaderFilter

Remarks

Note

View the Demo To see this feature in action, please refer to the following online demos: Header Filter, Header Filter - Checked list mode and Header Filter - Custom Values.

See Also