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

TrackBarProperties.EnableAnimation Property

Gets or sets the value that specifies whether a specific animation effect is used when the drag handle position is changed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true to use animation; otherwise, false.

Remarks

By default, the EnableAnimation property is set to true, and the handle movement will be smooth; otherwise, immediate.

Note

The EnableAnimation property synchronizes its value with the editor’s ASPxTrackBar.EnableAnimation property.

See Also