ValidateNodeEventArgs Properties
Provides data for the TreeList.ValidateNode event.| Name | Description |
|---|---|
| ErrorText | Gets or sets the error description. |
| Node | Gets the current Tree List node. Inherited from NodeEventArgs. |
| Valid | Gets or sets whether the node’s validation succeeds. |
See Also