Skip to main content

AppBar.IsAnimationEnabled Property

Gets or sets whether this AppBar opens and closes using a smooth animation. This is a dependency property.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public bool IsAnimationEnabled { get; set; }

Property Value

Type Description
Boolean

true, if this AppBar opens and closes using a smooth animation; otherwise, false.

See Also