ASPxTrackBar.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.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
This property is a wrapper of the TrackBarProperties.EnableAnimation property.
Example
This example demonstrates how to disable the ASPxTrackBar animation effect.
<dx:ASPxTrackBar ID="ASPxTrackBar1" runat="server" EnableAnimation="False">
</dx:ASPxTrackBar>
See Also