TcxGridTableDateTimeHandling Class
Contains a set of options that determine the manner in which columns that display date/time values are filtered or grouped, and how their values are displayed when filtering or grouping is applied.
Declaration
TcxGridTableDateTimeHandling = class(
TcxCustomGridTableDateTimeHandling
)
Remarks
This class does not introduce any new functionality, but instead publishes properties that affect grouping functionality, as follows:
appearance aspects of time periods in group rows when data is grouped by a column (HourFormat, DateFormat, UseLongDateFormat, and UseShortTimeFormat);
the manner in which date/time values are grouped (Grouping).
Use a tabular View’s DateTimeHandling property to access an instance of the TcxGridTableDateTimeHandling class.
Inheritance
See Also