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

TcxCustomDateEditProperties.ShowTime Property

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

#Declaration

Delphi
property ShowTime: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

This property specifies whether to display the time part, if any, within a date editor when it is not focused. When focused, only the date part is displayed and can be edited.

Note

This property is in effect for date editors that allow only the date part of date/time values to be edited (i.e. the Kind property is set to ckDate).

You can use the Date property to set the date/time value for your editor.

The default value of the ShowTime property is True.

See Also