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

TransitionManager.IsTransition Property

Gets whether an animated transition between the start and end control states is in progress.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v18.2.dll

Declaration

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

Property Value

Type Description
Boolean

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

See Also