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

BaseTransition.AnimationInProgress Property

Gets whether the transition is in progress.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public bool AnimationInProgress { get; }

Property Value

Type Description
Boolean

true, if the transition is in progress; otherwise, false.

See Also