ASPxClientTreeListBatchEditNodeChangesCancelingEventArgs Properties
Contains data for the BatchEditNodeChangesCanceling event.Name | Description |
---|---|
cancel | Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs. |
nodeKey | Gets the node’s key. |
nodeValues | Gets a hash table that stores information about the processed node’s values. |
See Also