TcxCustomGridTableDateTimeHandling.HourFormat Property
Specifies the format pattern for grouping values created using hours.
Declaration
property HourFormat: string read; write;
Property Value
Type |
---|
string |
Remarks
If this property is set to an empty string, the format pattern is determined automatically as specified by the GetHourFormat function.
Refer to the FormatDateTime function’s description for additional information on specifiers that can be used to create the format string.
A View creates grouping values using hours provided that:
the Grouping property is set to dtgByHour and data is grouped by any of the items that display date/time values;
the DateTimeGrouping property of an item that displays date/time values is set to dtgByHour and data is grouped by this item.
These grouping values are displayed in the corresponding group rows.
See Also