Table of Contents
AllowEdit Property

Gets or sets a value indicating whether user can edit the tree node text.

Syntax
 public Boolean AllowEdit { get; set; }
Remarks

This property sets the default value of whether user can edit the tree node text. TreeNodeGroup.AllowEdit and TreeNode.Edit can be used to override this value.

When edit is enabled, user can slowly click a tree node twice to edit the tree node text. The edit triggers ItemRenamed event on the server side.

See Also