DockLayoutManager.MinimizedItems Property
In This Article
Provides access to a collection of minimized float panels.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public ObservableCollection<object> MinimizedItems { get; }
#Property Value
Type | Description |
---|---|
Observable |
A Observable |
See Also