Back to Devexpress

DockLayoutManager.MinimizedItems Property

wpf-devexpress-dot-xpf-dot-docking-dot-docklayoutmanager-103b7dcc.md

latest1.4 KB
Original Source

DockLayoutManager.MinimizedItems Property

Provides access to a collection of minimized float panels.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public ObservableCollection<object> MinimizedItems { get; }
vb
Public ReadOnly Property MinimizedItems As ObservableCollection(Of Object)

Property Value

TypeDescription
ObservableCollection<Object>

A ObservableCollection<T><Object,> collection of minimized float panels.

|

See Also

DockLayoutManager Class

DockLayoutManager Members

DevExpress.Xpf.Docking Namespace