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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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 |
|
Remarks
Note
View the Demo To see this feature in action, please refer to the following online demo: Animated.
See Also