A newer version of this page is available.
Switch to the current version.
BootstrapToolbarItemBase.Badge Property
Gets settings of a badge displayed within the toolbar item.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapBadgeProperties Badge { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Badge As BootstrapBadgeProperties
Property Value
Type | Description |
---|---|
BootstrapBadgeProperties | A BootstrapBadgeProperties object containing badge settings. |
Implements
DevExpress.Web.Bootstrap.Internal.IBootstrapMenuItem.Badge
See Also
Feedback