Skip to main content

ASPxTreeList.StartEdit(String) Method

Switches the ASPxTreeList to edit mode.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

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.

See Also