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

BootstrapHyperLinkProperties.Badge Property

Gets settings of a badge displayed by the hyperlink.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapBadgeProperties

A BootstrapBadgeProperties object containing badge settings.

See Also