From 8ced97fe7c168d095fadc1ac0ac219d25754a348 Mon Sep 17 00:00:00 2001 From: Lakshmi Priya M <90026429+9629976110@users.noreply.github.com> Date: Thu, 14 Oct 2021 12:30:07 +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-edit-the-document-tab-header-via-programmatically-in-wpf-dockingmanager/README.md b/How-to-edit-the-document-tab-header-via-programmatically-in-wpf-dockingmanager/README.md index 3a687bb..6db7024 100644 --- a/How-to-edit-the-document-tab-header-via-programmatically-in-wpf-dockingmanager/README.md +++ b/How-to-edit-the-document-tab-header-via-programmatically-in-wpf-dockingmanager/README.md @@ -1,3 +1,5 @@ # How to edit the document tab header via programmatically in WPF DockingManager? -[WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking) does not direct option to edit the tab header programmatically. But you can edit the header via programmatically by invoke the internal method “LabelEditStartInternal” of TabLayoutPanel. You are getting and invoke the same using reflection with corresponding tab item as argument to edit. \ No newline at end of file +[WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking) does not direct option to edit the tab header programmatically. But you can edit the header via programmatically by invoke the internal method “LabelEditStartInternal” of TabLayoutPanel. You are getting and invoke the same using reflection with corresponding tab item as argument to edit. + +KB article - [How to edit the document tab header via programmatically in WPF DockingManager?](https://www.syncfusion.com/kb/9062/how-to-edit-the-document-tab-header-via-programmatically-in-wpf-dockingmanager)