Method BeginLabelEdit
BeginLabelEdit(TreeViewItem)
Initiates the label editing mode for the specified TreeViewItem.
void BeginLabelEdit(TreeViewItem item)
Parameters
itemTreeViewItemThe TreeViewItem whose label is to be edited. Must not be null.
Remarks
This method allows the user to edit the label of the specified tree view item. Ensure that the item supports label editing before calling this method.