TcxCustomTimeEditProperties.ShowDate Property
Defines whether to display the date portion as well as the time portion of a value.
Declaration
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