ASPxClientTreeListBatchEditNodeValidatingEventArgs Members
Provides data for the ASPxClientTreeList.BatchEditNodeValidating event.Constructors
| Name | Description |
|---|---|
| constructor(nodeKey, validationInfo) | Initializes a new instance of the ASPxClientTreeListBatchEditNodeValidatingEventArgs class. |
Properties
| Name | Description |
|---|---|
| nodeKey | Gets the node’s key value. |
| validationInfo | Provides validation information of a validated node. |
See Also