BootstrapCardViewPopupControlSettings.HeaderFilter Property
Provides access to the Header Filter‘s settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.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 |
|
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