TrackBarProperties.EnableAnimation Property
In This Article
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.2.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 Enable
See Also