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