Skip to main content

BootstrapToolbarItemBase.Badge Property

Gets settings of a badge displayed within the toolbar item.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapBadgeProperties Badge { get; }

Property Value

Type Description
BootstrapBadgeProperties

A BootstrapBadgeProperties object containing badge settings.

See Also