TcxControlOptionsDateTimeHandling Class
The base class for all classes that implement settings related to date-time value format patterns and filter criteria in tree list and vertical grid controls.
Declaration
TcxControlOptionsDateTimeHandling = class(
TcxControlOptions
)
Remarks
This class provides the following members that allow you to:
Specify which time intervals an item’s filter dropdown includes as filter criteria (Filters).
Specify if a filter dropdown ignores the time part (that is, hours and minutes) of a date-time interval as a filter criterion (IgnoreTimeForFiltering).
Specify if the default system date (long) and time (short) format patterns are in use (UseLongDateFormat and UseShortTimeFormat).
Set format patterns for dates, months, and years (DateFormat, MonthFormat and YearFormat).
Do not use the TcxControlOptionsDateTimeHandling class directly. Use its descendants instead.