ASPxClientTreeListBatchEditNodeInsertingEventArgs Properties
Provides data for the ASPxClientTreeList.BatchEditNodeInserting event.| Name | Description |
|---|---|
| cancel | Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs. |
| nodeKey | Gets the processed node’s key value. |
| parentNodeKey | Gets the parent node key. |
See Also