DXValidationProvider Events
Provides data validation management for DevExpress bound and unbound editors.Name | Description |
---|---|
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
ValidationFailed | Allows you to perform actions when a control’s validation fails. |
ValidationSucceeded | Occurs after the validation was successfully passed and allows you to perform certain post-validation actions. |
See Also