TcxEditRepositoryTimeItem.Properties Property
Provides access to stored time editor settings.
Declaration
property Properties: TcxTimeEditProperties read; write;
Property Value
| Type | Description |
|---|---|
| TcxTimeEditProperties | Stores time editor settings. |
Remarks
You can use Properties.TimeFormat and Properties.Use24HourFormat to switch between time display formats. The Properties.ShowDate property allows you to display the date portion of a TDateTime value in addition to time.
Refer to the TcxTimeEditProperties class description for detailed information on all available options.
See Also