TcxGridDateRanges Type
A generic collection of date ranges for date/time item values.
Declaration
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:
Initialize service properties used to calculate relative time periods (Init).
Access a particular date range within the collection (Items and GetRange
TcxGridDateRanges descendants include:
An item’s collection of filter date ranges (TcxGridFilteringDateRanges). Use the item’s FilteringDateRanges property to access an instance of this class.
An item’s collection of grouping date ranges (TcxGridGroupingDateRanges). Use the item’s GroupingDateRanges property to access an instance of this class.