ASPxClientTreeList.StartEdit(nodeKey) Method
In This Article
Switches the ASPxTreeList to edit mode.
#Declaration
TypeScript
StartEdit(
nodeKey: string
): void
#Parameters
Name | Type | Description |
---|---|---|
node |
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