DockLayoutManager.MinimizedItems Property
Provides access to a collection of minimized float panels.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v25.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
| Type | Description |
|---|---|
| ObservableCollection<Object> | A ObservableCollection<T><Object,> collection of minimized float panels. |
See Also