Skip to main content

TreeListEditingOperationEventArgs.Operation Property

Gets a value that identifies which data editing operation has been performed.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListEditingOperation Operation { get; }

Property Value

Type Description
TreeListEditingOperation

A TreeListEditingOperation enumeration value that identifies which operation has been performed.

Available values:

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.

See Also