RangeControl.IsAnimating Property
In This Article
Gets whether animation is in progress.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsAnimating { get; }
#Property Value
Type | Description |
---|---|
Boolean | true if animation is in progress; otherwise, false. |
#Remarks
To disable using animation in the RangeControl, use the RangeControl.AllowAnimation property.
See Also