ASPxClientEditValidationEventArgs Properties
Provides data for the client events that are related to data validation (see ASPxClientEdit.Validate).| 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 editor’s value being validated. |
See Also