Skip to main content
A newer version of this page is available. .

ASPxTreeList.StartEdit(String) Method

Switches the ASPxTreeList to edit mode.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll

Declaration

public void StartEdit(
    string nodeKey
)

Parameters

Name Type Description
nodeKey String

A String value that uniquely identifies a node to be edited.

Remarks

End-users can switch the ASPxTreeList control to edit mode by clicking the Edit command button.

To cancel the operation, handle the ASPxTreeList.StartNodeEditing event. To start edit a new node, use the ASPxTreeList.StartEditNewNode method.

To learn more, see Data Editing.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the StartEdit(String) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also