Skip to main content
A newer version of this page is available. .

TreeListEditingOperation Enum

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

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public enum TreeListEditingOperation

Members

Name Description
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.

Related API Members

The following properties accept/return TreeListEditingOperation values:

Remarks

The values listed by this enumeration are used to set the TreeListEditingOperationEventArgs.Operation property’s value.

See Also