Articles in this section
Category / Section

How to disable the editing of the Tab header in TabControlAdv during runtime?

In TabControlAdv, the EnableLabelEdit property can be used to prevent the TabItem's Header edit option when you double-click it.

XAML

<syncfusion:TabControlAdv x:Name="tabcontrol" EnableLabelEdit="False">
        <syncfusion:TabItemAdv Header="TabItem1" />
        <syncfusion:TabItemAdv Header="TabItem2" />
        <syncfusion:TabItemAdv Header="TabItem3" />
        <syncfusion:TabItemAdv Header="TabItem4" />
</syncfusion:TabControlAdv>

C#

tabcontrol.EnableLabelEdit = false;   

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied