RangeControl.IsAnimating Property
Gets whether animation is in progress.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.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