Editing TabItem Header in WPF TabControl (TabControlExt)
You can edit the header of the Tab Item at run time by enabling the EnableLabelEdit dependency property. The following code snippet sets this property.
<!-- Adding TabControlExt -->
<syncfusion:TabControlExt Margin="20" Name="tabControlExt" EnableLabelEdit="True">
<!-- Adding TabItemExt -->
<syncfusion:TabItemExt Name="tabItemExt1" Header="TabItemExt1">
<!-- Adding content to TabItemExt -->
<TextBlock TextWrapping="Wrap">This is TabItemExt2</TextBlock>
</syncfusion:TabItemExt>
</syncfusion:TabControlExt>
See Also
Editing the Tab Item Header at Run Time
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page