Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridTableItem.DateTimeGrouping Property

Specifies time periods used as date/time grouping values in group rows.

#Declaration

Delphi
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