DXExpander.AnimationDuration Property
Gets or sets the duration of the animation. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public TimeSpan AnimationDuration { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan | The animation duration. |
See Also