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

BootstrapProgressBarBootstrapSpecificSettings.Animated Property

Gets or sets a value specifying whether or not the pattern displayed by a stripped Progress Bar is animated.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, to animate the pattern displayed by a stripped Progress Bar; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to Animated
BootstrapProgressBar
.SettingsBootstrap.Animated

Remarks

Note

View the Demo To see this feature in action, please refer to the following online demo: Animated.

See Also