Click or drag to resize

ListGroupStyles Enumeration

Contextual styles used in Bootstrap.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public enum ListGroupStyles
Members
  Member nameValueDescription
None0No style defined
Info1Indicates informational messages (usually light-blue)
Success2Indicates a successful or positive action (usually green)
Warning3Indicates caution should be taken with this action (usually yellow-orange)
Danger4Indicates a dangerous or potentially negative action (usually red)
See Also