Skip to main content

ASPxClientTreeList.StartEdit(nodeKey) Method

Switches the ASPxTreeList to edit mode.

#Declaration

TypeScript
StartEdit(
    nodeKey: string
): void

#Parameters

Name Type Description
nodeKey string

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