Skip to main content

TcxCustomDateEditProperties Events

Defines settings specific to date editors.
Name Description
OnButtonClick Allows you to execute custom code when a user clicks an embedded editor button. Inherited from TcxCustomEditProperties.
OnButtonGlyphDrawParameters Allows you to customize the appearance of individual editor button glyphs. Inherited from TcxCustomEditProperties.
OnChange Occurs on changing the value within an editor. Inherited from TcxCustomEditProperties.
OnClosePopup Inherited from TcxCustomEditProperties.
OnCloseQuery Occurs before closing the popup window. Inherited from TcxCustomDropDownEditProperties.
OnCloseUp Occurs after the popup window is closed. Inherited from TcxCustomDropDownEditProperties.
OnEditValueChanged Allows you to respond to edit value changes. Inherited from TcxCustomEditProperties.
OnFinalizePopup Inherited from TcxCustomDropDownEditProperties.
OnGetDayOfWeekState Enables you to customize the background color and font settings of individual days of the week displayed in the editor dropdown calendar.
OnGetDayState Enables you to customize the background color and font settings of individual day numbers displayed in the editor dropdown calendar.
OnInitPopup Occurs as the popup window is about to be opened. Inherited from TcxCustomDropDownEditProperties.
OnNewLookupDisplayText Occurs when the text entered into the editor does not belong to the automatic completion words list. Inherited from TcxCustomTextEditProperties.
OnPopup Occurs when the popup window is displayed on screen. Inherited from TcxCustomDropDownEditProperties.
OnPropertiesChanged Occurs on every editor setting change. Inherited from TcxCustomEditProperties.
OnValidate Occurs before converting the display value to the edit value. Inherited from TcxCustomEditProperties.
See Also