Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridGroupingDateRanges Class

A collection of grouping date ranges for an item, which displays date/time values.

#Declaration

Delphi
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