Back to Devexpress

ASPxTreeList.StartEdit(String) Method

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-aspxtreelist-dot-startedit-x28-system-dot-string-x29.md

latest2.1 KB
Original Source

ASPxTreeList.StartEdit(String) Method

Switches the ASPxTreeList to edit mode.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public void StartEdit(
    string nodeKey
)
vb
Public Sub StartEdit(
    nodeKey As String
)

Parameters

NameTypeDescription
nodeKeyString

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

StartEdit(nodeKey)

CancelEdit()

UpdateEdit()

StartEditNewNode(String)

Tree List

ASPxTreeList Class

ASPxTreeList Members

DevExpress.Web.ASPxTreeList Namespace