Skip to main content
A newer version of this page is available. .

DXExpander.Duration Property

Gets or sets the duration of the expand/collapse animation. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public double Duration { get; set; }

Property Value

Type Description
Double

A double-precision value that specifies the animation’s duration, in milliseconds.

Remarks

To learn more, see DXExpander.

See Also