Back to Devexpress

ASPxTreeList.UpdateEdit() Method

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-aspxtreelist-7b9194e2.md

latest1.7 KB
Original Source

ASPxTreeList.UpdateEdit() Method

Saves all the changes made, and switches the ASPxTreeList to browse mode.

Namespace : DevExpress.Web.ASPxTreeList

Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public void UpdateEdit()
vb
Public Sub UpdateEdit

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

UpdateEdit

NodeUpdating

NodeValidating

Node Validation and Error Indication

Tree List

ASPxTreeList Class

ASPxTreeList Members

DevExpress.Web.ASPxTreeList Namespace