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 customize the header in the TabListContextMenu of WPF DockingManager?

The `TabListContextMenuItemTemplate` property of TabControlExt is used to define the template of items which is in `TabListContextMenu` of [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking). For instance, we have retrieved the Header template of Document container and assigned the same to the template of `TabListContextMenuItem`.
The `TabListContextMenuItemTemplate` property of TabControlExt is used to define the template of items which is in `TabListContextMenu` of [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking). For instance, we have retrieved the Header template of Document container and assigned the same to the template of `TabListContextMenuItem`.

KB article - [How to customize the header in the TabListContextMenu of WPF DockingManager?](https://www.syncfusion.com/kb/8700/how-to-customize-the-header-in-the-tablistcontextmenu-of-wpf-dockingmanager)