TreeListEditingOperationEventArgs.Operation Property
In This Article
Gets a value that identifies which data editing operation has been performed.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListEditingOperation Operation { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
Available values:
Name | Description |
---|---|
Insert | A new node has been inserted. |
Update | A cell value |
Delete | An existing node has been deleted. |
See Also