TcxCustomGridTableItem.DateTimeGrouping Property
Specifies time periods used as date/time grouping values in group rows.
Declaration
property DateTimeGrouping: TcxGridDateTimeGrouping read; write; default dtgDefault;
Property Value
Type | Default |
---|---|
TcxGridDateTimeGrouping | dtgDefault |
Remarks
This property overrides the View’s DateTimeHandling.Grouping property that specifies a date/time grouping option for all View items. The dtgDefault value indicates that item values are grouped by time periods as specified by the View’s DateTimeHandling.Grouping property. Refer to the description of the TcxGridDateTimeGrouping type to learn about other property values.
The default value of the DateTimeGrouping property is dtgDefault.
See Also