vcl-cxinplacecontainer-3206123b.md
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.
TcxControlOptionsDateTimeHandling = class(
TcxControlOptions
)
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.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxControlOptions TcxControlOptionsDateTimeHandling
See Also