Back to Devexpress

TcxGridDateRanges Type

vcl-cxgridcustomtableview-72ad4fa1.md

latest2.2 KB
Original Source

TcxGridDateRanges Type

A generic collection of date ranges for date/time item values.

Declaration

delphi
TcxGridDateRanges = dxDateRanges.TdxDateRanges;

Referenced Class

Type
TdxDateRanges

Remarks

This class represents the base class for all classes that represent item date range collections used to determine time periods into which date/time item values are combined when data is filtered or grouped by a corresponding item.

Members of the TcxGridDateRanges class allow you to:

TcxGridDateRanges descendants include:

See Also

TcxGridFilteringDateRanges

TcxGridGroupingDateRanges

TcxCustomGridTableItem.OnInitFilteringDateRanges

TcxCustomGridTableItem.OnInitGroupingDateRanges

cxGridCustomTableView Unit