Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# How to display tooltip to the header of the tabbed and MDI windows in WPF DockingManager?

ToolTip can be set to TDI (Tabbed Document Interface) Window header using TabCaptionToolTip property for DocumentContainer. By customizing the HeaderTemplate of [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking), we can display the ToolTip for MDI window and the windows which are all added in Tabbed state in Dock window.
ToolTip can be set to TDI (Tabbed Document Interface) Window header using TabCaptionToolTip property for DocumentContainer. By customizing the HeaderTemplate of [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking), we can display the ToolTip for MDI window and the windows which are all added in Tabbed state in Dock window.

KB article - [How to display tooltip to the header of the tabbed and MDI windows in WPF DockingManager?](https://www.syncfusion.com/kb/8655/how-to-display-tooltip-to-the-header-of-the-tabbed-and-mdi-windows-in-wpf-dockingmanager)