diff --git a/How-bind-custom-commands-to-built-in-context-menu-items-of-document-tabitem-in-dockingmanager/README.md b/How-bind-custom-commands-to-built-in-context-menu-items-of-document-tabitem-in-dockingmanager/README.md index b5cc41f..3a1f2e3 100644 --- a/How-bind-custom-commands-to-built-in-context-menu-items-of-document-tabitem-in-dockingmanager/README.md +++ b/How-bind-custom-commands-to-built-in-context-menu-items-of-document-tabitem-in-dockingmanager/README.md @@ -5,4 +5,6 @@ 2) CloseAll 3) CloseAllButThis -Using commands to notify those actions is recommended if the application has MVVM structure. DockingManager has built-in support to bind the custom commands for those ContextMenu actions. \ No newline at end of file +Using commands to notify those actions is recommended if the application has MVVM structure. DockingManager has built-in support to bind the custom commands for those ContextMenu actions. + +KB article - [How to bind custom commands to built-in context menu items of document tabitem in WPF DockingManager?](https://www.syncfusion.com/kb/8787/how-to-bind-custom-commands-to-built-in-context-menu-items-of-document-tabitem-in-wpf)