ASPxClientTreeList.UpdateEdit Method
Saves all the changes made and switches the ASPxTreeList to browse mode.
Declaration
UpdateEdit(): void
Remarks
End-users can update the edited node by clicking the Update button. To cancel the update operation, handle the server-side ASPxTreeList.NodeUpdating event.
To learn more, see Node Validation and Error Indication.
See Also