Skip to main content
A newer version of this page is available. .

RangeControl.IsAnimating Property

Gets whether animation is in progress.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
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