ListGroupItemBadgeValue Property
|
Gets or sets the number to show in the badge.
Namespace:
Bootstrap.A11y
Assembly:
Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic Nullable<int> BadgeValue { get; set; }<asp:ListGroupItem BadgeValue="Nullable" />
Property Value
Type:
NullableInt32
The number.
See Also