ValidationEventArgs Properties
Provides data for editor validation events.Name | Description |
---|---|
ErrorText | Gets or sets the error description. |
IsValid | Gets or sets a value specifying whether the validated value is valid. |
Value | Gets or sets the currently validated value. |
See Also