Skip to main content

BootstrapProgressBarBootstrapSpecificSettings.Striped Property

Specifies whether or not the Progress Bar should display a striped pattern in its filled area.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(false)]
public bool Striped { get; set; }

Property Value

Type Default Description
Boolean false

true to display a striped pattern; otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to Striped
BootstrapProgressBar
.SettingsBootstrap .Striped
See Also