From f293c53b30be8eb58f989631f9e306f20880cd65 Mon Sep 17 00:00:00 2001 From: Lakshmi Priya M <90026429+9629976110@users.noreply.github.com> Date: Thu, 14 Oct 2021 13:13:35 +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-disable-the-element-which-state-is-document-in-wpf-dockingmanager/README.md b/How-to-disable-the-element-which-state-is-document-in-wpf-dockingmanager/README.md index cba193b..296c499 100644 --- a/How-to-disable-the-element-which-state-is-document-in-wpf-dockingmanager/README.md +++ b/How-to-disable-the-element-which-state-is-document-in-wpf-dockingmanager/README.md @@ -1,3 +1,5 @@ # How to disable the element which state is Document in WPF DockingManager? -By default, child element of DockingManager (which has state as Document) will be added as content of TabItemExt in DocumentTabControl. To disable the document child element of [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking), we must retrieve the TabItemExt element from DocumentTabControl and set IsEnabled as false to the retrieved element. For instance, we have disabled all the items in the DocumentTabControl, except SelectedItem. \ No newline at end of file +By default, child element of DockingManager (which has state as Document) will be added as content of TabItemExt in DocumentTabControl. To disable the document child element of [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking), we must retrieve the TabItemExt element from DocumentTabControl and set IsEnabled as false to the retrieved element. For instance, we have disabled all the items in the DocumentTabControl, except SelectedItem. + +KB article - [How to disable the element which state is Document in WPF DockingManager?](https://www.syncfusion.com/kb/8657/how-to-disable-the-element-which-state-is-document-in-wpf-dockingmanager)