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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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