Back to Devexpress

LayoutGroup.IsAnimated Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-f66bdcd1.md

latest1.2 KB
Original Source

LayoutGroup.IsAnimated Property

Gets whether an animation is in progress. This is a dependency property.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool IsAnimated { get; }
vb
Public ReadOnly Property IsAnimated As Boolean

Property Value

TypeDescription
Boolean

true if an animation is in progress; otherwise, false.

|

Remarks

When scrolling through or auto-hiding groups, the DockLayoutManager uses animations. This property indicates whether an animation is in progress.

See Also

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.Docking Namespace