Back to Devexpress

DXExpander.Duration Property

wpf-devexpress-dot-xpf-dot-core-dot-dxexpander-9fbc2681.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public double Duration { get; set; }
vb
Public Property Duration As Double

Property Value

TypeDescription
Double

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

|

Remarks

To learn more, see DXExpander.

See Also

DXExpander Class

DXExpander Members

DevExpress.Xpf.Core Namespace