TcxCustomGridTableDateTimeHandling Class
Represents a set of options that control the manner in which date/time item values are handled in a View and how these values are displayed when filtering or grouping is applied
Declaration
TcxCustomGridTableDateTimeHandling = class(
TcxCustomGridOptions
)
Remarks
The TcxCustomGridTableDateTimeHandling class introduces properties that control:
time periods to be included into an item’s filter dropdown as filter conditions (Filters);
time periods to be used in group rows as grouping values (Grouping);
appearance aspects of date/time item values in filter dropdowns and group rows when data is filtered or grouped by an item (HourFormat, DateFormat, MonthFormat, YearFormat, UseLongDateFormat, and UseShortTimeFormat);
the manner in which date/time values are filtered and grouped (IgnoreTimeForFiltering and Grouping properties, respectively).
TcxCustomGridTableDateTimeHandling descendants (TcxGridTableDateTimeHandling, TcxGridCardViewDateTimeHandling, TcxGridLayoutViewDateTimeHandling, and TcxGridWinExplorerViewDateTimeHandling) provide options relevant for their corresponding Views. To access settings represented by a derived class, use a View’s DateTimeHandling property.