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

BarManager.MenuAnimationType Property

Gets or sets the type of animation used by menus. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v20.2.dll

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

Declaration

public PopupAnimation MenuAnimationType { get; set; }

Property Value

Type Description
PopupAnimation

A PopupAnimation value specifying the menu’s animation type.

Remarks

Use the MenuAnimationType property to specify the manner in which menus of the current bar manager appear on-screen.

See Also