Having trouble getting help?
Contact Support
Contact Support
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
Help us improve this page