Skip to main content

TcxCustomDateEditProperties.ShowTime Property

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

Declaration

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