Back to Devexpress

TcxGridDayRange Class

vcl-cxgridcustomtableview-da7d1e95.md

latest1.1 KB
Original Source

TcxGridDayRange Class

A one-day range.

Declaration

delphi
TcxGridDayRange = class(
    TdxDayRange
)

Remarks

This date range creates one-day periods for date/time item values. To add this date range to an item’s GroupingDateRanges collection, assign dtgByDate to the View’s DateTimeHandling.Grouping property or the item’s DateTimeGrouping property.

Inheritance

TObject TdxCustomDateRange TdxDayRange TcxGridDayRange

See Also

TcxCustomGridTableItem.FilteringDateRanges

TcxGridDayRange Members

cxGridCustomTableView Unit