Back to Devexpress

TreeListEditingOperation Enum

aspnet-devexpress-dot-web-dot-aspxtreelist-5b404468.md

latest1.2 KB
Original Source

TreeListEditingOperation Enum

Lists values that identify which data editing operation has been performed.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum TreeListEditingOperation
vb
Public Enum TreeListEditingOperation

Members

NameDescription
Insert

A new node has been inserted.

| | Update |

A cell value(s) has been changed and posted to a data store.

| | Delete |

An existing node has been deleted.

|

The following properties accept/return TreeListEditingOperation values:

See Also

Tree List

DevExpress.Web.ASPxTreeList Namespace