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

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.v18.2.dll

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
See Also