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)