Articles in this section
Category / Section

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

1 min read

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)
Please sign in to leave a comment
Access denied
Access denied