Skip to main content
Bar

PopupInfo<PopupType>.PopupAnimation Property

Gets or sets the System.Windows.Controls.Primitives.Popup.PopupAnimation property value for the automatically created popup. This is the dependency property.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public PopupAnimation PopupAnimation { get; set; }

Property Value

Type Description
PopupAnimation

The PopupAnimation enumerator value that is the Popup.PopupAnimation property value.

See Also