ASPxTreeList.UpdateEdit() Method
Saves all the changes made, and switches the ASPxTreeList to browse mode.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
End-users can update the edited node by clicking the Update button. To cancel the update operation, handle the ASPxTreeList.NodeUpdating event.
For more information, see Node Validation and Error Indication.
See Also