ASPxClientEdit Events
Serves as the base object for all the editors that support validation.Name | Description |
---|---|
GotFocus | Fires on the client side when the editor receives input focus. |
Init | Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase. |
LostFocus | Fires on the client side when the editor loses input focus. |
Validation | Allows you to specify whether the value entered into the editor is valid, and whether the editor is allowed to lose focus. |
ValueChanged | Fires when the control accepts the new value entered by a user. |
See Also