TcxGridGroupingDateRanges Class
A collection of grouping date ranges for an item, which displays date/time values.
Declaration
TcxGridGroupingDateRanges = class(
TdxGroupingDateRanges
)
Remarks
Date ranges in this collection determine time periods by which date/time item values can be grouped. This collection is initialized as specified by the following properties:
The View’s DateTimeHandling.Grouping property
An item’s DateTimeGrouping property
The initialization is carried out using the Init method. You can handle the OnInitGroupingDateRanges events for a View and an item to customize these collections.
Use an item’s GroupingDateRanges property to access a collection of grouping date ranges created for this item.
Inheritance
TObject
TdxDateRanges
TdxGroupingDateRanges
TcxGridGroupingDateRanges
See Also