Skip to main content

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

NuGet Package: DevExpress.Web.Bootstrap

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