Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTimeEditProperties.ShowDate Property

Defines whether to display the date portion as well as the time portion of a value.

#Declaration

Delphi
property ShowDate: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

If the ShowDate property is set to True, both the date and time portions of a value are displayed when the time editor does not have focus. When it is focused, only the time portion is displayed and can be edited. You can use the EditValue property to set the date/time value for your editor. If ShowDate is False, only time is displayed.

The default value of the ShowDate property is False.

See Also