Back to Devexpress

RangeControl.IsAnimating Property

windowsforms-devexpress-dot-xtraeditors-dot-rangecontrol-7609f9a1.md

latest1.4 KB
Original Source

RangeControl.IsAnimating Property

Gets whether animation is in progress.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsAnimating { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property IsAnimating As Boolean

Property Value

TypeDescription
Boolean

true if animation is in progress; otherwise, false.

|

Remarks

To disable using animation in the RangeControl, use the RangeControl.AllowAnimation property.

See Also

AllowAnimation

RangeControl Class

RangeControl Members

DevExpress.XtraEditors Namespace