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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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