ValidationEventArgs Properties
Provides data for the BaseEdit.Validate event.
Name | Description |
---|---|
Error |
Gets or sets an object that describes the validation error. |
Error |
Gets or sets the error icon type. |
Is |
Gets or sets a value which specifies whether the value is valid. |
Update |
Gets the action that caused the validation. |
Value | Gets the editor’s value. |
See Also