Skip to main content
ON

DXExpander.AllowOpacityAnimation Property

Gets or sets whether to show and hide content with the opacity animation effect. This is a bindable property.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public bool AllowOpacityAnimation { get; set; }

Property Value

Type Description
Boolean

true to show and hide content with the opacity animation effect; otherwise, false.

See Also