DXPopup.AllowAnimation Property
Gets or sets whether the DXPopup opens and closes with a fade animation effect. 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 | Default | Description |
---|---|---|
Boolean | true |
|
See Also