Back to Devexpress

DockLayoutManager.DecomposedItems Property

wpf-devexpress-dot-xpf-dot-docking-dot-docklayoutmanager-e70a43d8.md

latest1.3 KB
Original Source

DockLayoutManager.DecomposedItems Property

Gets the collection of LayoutGroups that have been automatically removed from the layout when all their children are closed. This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public LayoutGroupCollection DecomposedItems { get; }
vb
Public ReadOnly Property DecomposedItems As LayoutGroupCollection

Property Value

TypeDescription
DevExpress.Xpf.Docking.LayoutGroupCollection

The collection of LayoutGroups that have been removed from the layout.

|

See Also

DockLayoutManager Class

DockLayoutManager Members

DevExpress.Xpf.Docking Namespace