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

TcxDBFilterOptions.DateTimeFormat Property

Controls formatting of date-time values.

#Declaration

Delphi
property DateTimeFormat: string read; write;

#Property Value

Type
string

#Remarks

The DateTimeFormat property specifies the formatting of date-time values when they are converted to strings within the FilterText property value. The value of the DateTimeFormat property represents a standard Delphi Date Time Format String composed from specifiers representing values to be inserted into the formatted string. For a complete description of date and time format strings, refer to the FormatDateTime function’s description in the Delphi help.

See Also