Skip to main content
A newer version of this page is available. .

BootstrapProgressBarBootstrapSpecificSettings.RenderOption Property

Specifies a contextual appearance style used to render the Progress Bar.

Namespace: DevExpress.Web.Bootstrap

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

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
.SettingsBootstrap.RenderOption
See Also