Skip to main content

BootstrapProgressBarRenderOption Enum

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

public enum BootstrapProgressBarRenderOption

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.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also