Skip to main content

DXToolbar.AnimationDuration Property

Gets or sets the duration of DXToolbar animations. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public TimeSpan AnimationDuration { get; set; }

Property Value

Type Description
TimeSpan

The duration of DXToolbar animations.

Remarks

The following code sample sets the AnimationDuration property value to 200 milliseconds:

<dxc:DXToolbar AnimationDuration="0:0:0.2" >
    <!-- ... -->
</dxc:DXToolbar>
See Also