ASPxClientTreeList.StartEdit(nodeKey) Method
Switches the ASPxTreeList to edit mode.
Declaration
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