From deb1845beca5369f6603620df840340245d0c2bb Mon Sep 17 00:00:00 2001 From: Lakshmi Priya M <90026429+9629976110@users.noreply.github.com> Date: Thu, 14 Oct 2021 13:19:58 +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-unloading-of-content-in-the-documenttabitem-in-wpf-dockingmanager/README.md b/How-to-disable-unloading-of-content-in-the-documenttabitem-in-wpf-dockingmanager/README.md index 20aa0c3..a0be4c6 100644 --- a/How-to-disable-unloading-of-content-in-the-documenttabitem-in-wpf-dockingmanager/README.md +++ b/How-to-disable-unloading-of-content-in-the-documenttabitem-in-wpf-dockingmanager/README.md @@ -1,3 +1,5 @@ # How to disable unloading of content in the DocumentTabItem in WPF DockingManager? -While switching the DocumentTabItems in [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking) the content of previously selected tabitem will be unloaded. IsDisableUnloadTabItemContent property of DockingManager is used to enable or disable unloading of DocumentTabItem content. If the value of IsDisableUnloadTabItemContent is true, content of previously selected tabitem will not get unloaded during tab switching. \ No newline at end of file +While switching the DocumentTabItems in [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking) the content of previously selected tabitem will be unloaded. IsDisableUnloadTabItemContent property of DockingManager is used to enable or disable unloading of DocumentTabItem content. If the value of IsDisableUnloadTabItemContent is true, content of previously selected tabitem will not get unloaded during tab switching. + +KB article - [How to disable unloading of content in the DocumentTabItem in WPF DockingManager?](https://www.syncfusion.com/kb/8268/how-to-disable-unloading-of-content-in-the-documenttabitem-in-wpf-dockingmanager)