Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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.
[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)