Back to Devexpress

BootstrapProgressBarRenderOption Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-ed1077e8.md

latest1.5 KB
Original Source

BootstrapProgressBarRenderOption Enum

Lists values that specify a contextual appearance style applied to the Progress Bar control.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum BootstrapProgressBarRenderOption
vb
Public Enum BootstrapProgressBarRenderOption

Members

NameDescription
None

No contextual style is applied to the progress bar.

| | Success |

The success style is applied to the progress bar.

| | Info |

The info style is applied to the progress bar.

| | Warning |

The warning style is applied to the progress bar.

| | Danger |

The danger style is applied to the progress bar.

|

The following properties accept/return BootstrapProgressBarRenderOption values:

See Also

DevExpress.Web.Bootstrap Namespace