TreeListNodeValidationEventArgs Properties
Provides data for the ASPxTreeList.NodeValidating event.
Name | Description |
---|---|
Editor |
Specifies the collection of errors. |
Errors | Gets a collection of node errors. |
Has |
Gets whether the processed node has errors. |
Is |
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. |
New |
Gets a dictionary that contains the values of the non-key field name/value pairs in the node to be validated. |
Node |
Gets or sets the error text displayed within the Error Node. |
Old |
Gets a dictionary that contains the original field name/value pairs in the node to validate. |
See Also