ASPxClientTreeListBatchEditNodeInsertingEventArgs Members
Provides data for the ASPxClientTreeList.BatchEditNodeInserting event.Constructors
| Name | Description |
|---|---|
| constructor(nodeKey, parentNodeKey) | Initializes a new instance of the ASPxClientTreeListBatchEditNodeInsertingEventArgs class. |
Properties
| 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