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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool AnimationInProgress { get; }

Property Value

Type Description
Boolean

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

See Also