Back to Devexpress

TcxCustomGridTableItem.DateTimeGrouping Property

vcl-cxgridcustomtableview-dot-tcxcustomgridtableitem-86d9e453.md

latest1.9 KB
Original Source

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

TypeDefault
TcxGridDateTimeGroupingdtgDefault

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

TcxCustomGridTableDateTimeHandling.DateFormat

TcxCustomGridTableDateTimeHandling.HourFormat

TcxCustomGridTableDateTimeHandling.MonthFormat

TcxCustomGridTableDateTimeHandling.YearFormat

TcxCustomGridTableItem Class

TcxCustomGridTableItem Members

cxGridCustomTableView Unit