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.UseTimeFormatWhenUnfocused Property

Specifies the time format which the time editor uses in display mode.

#Declaration

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

#Property Value

Type Default
Boolean True

#Remarks

When the editor control does not have focus and the UseTimeFormatWhenUnfocused property is set to True, the editor uses the time format specified by the TimeFormat property to display the editor value. Otherwise, time representation is controlled by the regional options defined in the system.

The default value of the UseTimeFormatWhenUnfocused property is True.

See Also