From de2db1c2863ca9eb4d5e0b96ffaa753bfb99eafc Mon Sep 17 00:00:00 2001 From: Lakshmi Priya M <90026429+9629976110@users.noreply.github.com> Date: Thu, 14 Oct 2021 12:52:19 +0530 Subject: [PATCH] Update README.md documentation(DOC-3343): KB link --- .../README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)