BaseEdit Events
Serves as the base for all editors that can be used for inplace editing in container controls.Name | Description |
---|---|
CustomDisplayText | Enables you to display a custom text within the editor. |
EditValueChanged | Occurs after the editor’s value has been changed. |
EditValueChanging | Occurs before the editor’s value is changed. |
Validate | Enables you to validate the editor’s value. |
See Also