ASPxClientEditValidationEventArgs Properties
Provides data for the client events that are related to data validation (see ASPxClientEdit.Validate).
Name | Description |
---|---|
error |
Gets or sets the error description. |
is |
Gets or sets a value specifying whether the validated value is valid. |
value | Gets or sets the editor’s value being validated. |
See Also