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

FlyoutBase.AnimationInProgress Property

Gets whether the animation is being played.

Namespace: DevExpress.Xpf.Editors.Flyout.Native

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public bool AnimationInProgress { get; }

Property Value

Type Description
Boolean

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

See Also