Skip to main content

DockLayoutManager.ShowFloatWindowsInTaskbar Property

Gets or sets whether float windows for this DockLayoutManager should display their own thumbnails within the Microsoft Windows Taskbar. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool ShowFloatWindowsInTaskbar { get; set; }

Property Value

Type Description
Boolean

true if float windows for this DockLayoutManager should display their own thumbnails within the Microsoft Windows Taskbar; otherwise, false.

Remarks

If the ShowFloatWindowsInTaskbar property equals true, the main DockLayoutManager window and each float window will display individual taskbar thumbnails. Otherwise, only the main DockLayoutManager window displays a corresponding thumbnail.

Note that if the DockLayoutManager.OwnsFloatWindows property equals true and the main DockLayoutManager window is minimized, only one taskbar thumbnail is visible, irrespective of the ShowFloatWindowsInTaskbar property value, because it is impossible to restore an individual floating window without restoring the DockLayoutManager itself.

See Also