Skip to main content
A newer version of this page is available. .

DockLayoutManager.MinimizedItems Property

Provides access to a collection of minimized float panels.

Namespace: DevExpress.Xpf.Docking

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

Declaration

public ObservableCollection<object> MinimizedItems { get; }

Property Value

Type Description
ObservableCollection<Object>

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

See Also