Skip to main content
A newer version of this page is available. .

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 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

See Also