Back to Devexpress

ASPxClientTreeList.StartEdit(nodeKey) Method

aspnet-js-aspxclienttreelist-dot-startedit-x28-nodekey-x29.md

latest868 B
Original Source

ASPxClientTreeList.StartEdit(nodeKey) Method

Switches the ASPxTreeList to edit mode.

Declaration

ts
StartEdit(
    nodeKey: string
): void

Parameters

NameTypeDescription
nodeKeystring

A string value that identifies the node by its key value.

|

Remarks

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

See Also

UpdateEdit

CancelEdit

StartEdit(String)

Tree List

ASPxClientTreeList Class

ASPxClientTreeList Members