BarManager.MenuAnimationType Property
In This Article
Gets or sets the type of animation used by menus. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public PopupAnimation MenuAnimationType { get; set; }
#Property Value
Type | Description |
---|---|
Popup |
A Popup |
#Remarks
Use the MenuAnimationType property to specify the manner in which menus of the current bar manager appear on-screen.
See Also