TreeListNodeValidationEventArgs Properties
Provides data for the ASPxTreeList.NodeValidating event.Name | Description |
---|---|
EditorPropertiesErrors | Specifies the collection of errors. |
Errors | Gets a collection of node errors. |
HasErrors | Gets whether the processed node has errors. |
IsNewNode | Gets whether the processed node is new. |
Keys | Gets a dictionary of field name/value pairs that represent the primary key of the node to validate. |
NewValues | Gets a dictionary that contains the values of the non-key field name/value pairs in the node to be validated. |
NodeError | Gets or sets the error text displayed within the Error Node. |
OldValues | Gets a dictionary that contains the original field name/value pairs in the node to validate. |
See Also