BootstrapAccordionGroup.HeaderBadge Property
In This Article
Gets settings of a badge displayed within the accordion group’s header.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapBadgeProperties HeaderBadge { get; }
#Property Value
Type | Description |
---|---|
Bootstrap |
A Bootstrap |
See Also