BootstrapListEditItem.Badge Property
Gets settings of a badge displayed within the list item.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.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