Articles in this section
Category / Section

How to restrict the Editable option in TreeViewItemAdv?

1 min read

Setting the IsEditable property

The default value of the IsEditable property is True. You can edit the particular TreeViewItemAdv by double-clicking the item. You can restrict the Edit mode of TreeViewItemAdv by setting the IsEditable property as False.

XAML

<syncfusion:TreeViewAdv >
           <syncfusion:TreeViewItemAdv x:Name="treeViewItem" IsEditable="False" Header="Root1"/>
        </syncfusion:TreeViewAdv>

C#

Example:
treeViewItem.IsEditable = 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