TcxCustomEditProperties Events
The base class for all editor appearance and behavior settings.Name | Description |
---|---|
OnButtonClick | Allows you to execute custom code when a user clicks an embedded editor button. |
OnButtonGlyphDrawParameters | Allows you to customize the appearance of individual editor button glyphs. |
OnChange | Occurs on changing the value within an editor. |
OnClosePopup | |
OnEditValueChanged | Allows you to respond to edit value changes. |
OnPropertiesChanged | Occurs on every editor setting change. |
OnValidate | Occurs before converting the display value to the edit value. |
See Also