BootstrapProgressBarBootstrapSpecificSettings.RenderOption Property
Specifies a contextual appearance style used to render the Progress Bar.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[DefaultValue(BootstrapProgressBarRenderOption.None)]
public BootstrapProgressBarRenderOption RenderOption { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| BootstrapProgressBarRenderOption | None | A BootstrapProgressBarRenderOption enumeration value. |
Available values:
| 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. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to RenderOption |
|---|---|
| BootstrapProgressBar |
|
See Also