ASPxClientEditValidationEventArgs Members
Provides data for the client events that are related to data validation (see ASPxClientEdit.Validate).Constructors
| Name | Description |
|---|---|
| constructor(value, errorText, isValid) | Initializes a new instance of the ASPxClientEditValidationEventArgs class with the specified settings. |
Properties
| 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