BootstrapProgressBarRenderOption Enum
Lists values that specify a contextual appearance style applied to the Progress Bar control.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Members
Name | Description |
---|---|
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. |
Related API Members
The following properties accept/return BootstrapProgressBarRenderOption values:
See Also