Skip to main content

BootstrapRangeSelectorBehaviorSettings.AnimationEnabled Property

Specifies whether the chart series and the sliders animation is enabled.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(true)]
public bool AnimationEnabled { get; set; }

Property Value

Type Default Description
Boolean true

true, if the animation is enabled; otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AnimationEnabled
BootstrapRangeSelector
.SettingsBehavior .AnimationEnabled

Remarks

This option enables animation in chart series and sliders. Chart series are drawn with an animation once a web page is loaded. The animation for sliders means that they move smoothly to the nearest tick when the slider position is changed.

See Also