Skip to main content

DXPopupBase.AllowAnimation Property

Gets or sets whether to show and hide the pop-up view with animation effects. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public bool AllowAnimation { get; set; }

Property Value

Type Description
Boolean

true to show and hide the pop-up view with animation effects; otherwise, false.

See Also