diff --git a/How-to-customize-the-header-in-the-tablistcontextmenu-of-dockingmanager/README.md b/How-to-customize-the-header-in-the-tablistcontextmenu-of-dockingmanager/README.md index 69df630..5c1c879 100644 --- a/How-to-customize-the-header-in-the-tablistcontextmenu-of-dockingmanager/README.md +++ b/How-to-customize-the-header-in-the-tablistcontextmenu-of-dockingmanager/README.md @@ -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`. \ No newline at end of file +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)