BootstrapProgressBarRenderOption Enum
In This Article
Lists values that specify a contextual appearance style applied to the Progress Bar control.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#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. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also