Skip to main content

DockLayoutManager.MinimizedItems Property

Provides access to a collection of minimized float panels.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public ObservableCollection<object> MinimizedItems { get; }

Property Value

Type Description
ObservableCollection<Object>

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

See Also