TcxCustomGridTableItem.GroupingDateRanges Property
Provides access to the item’s collection of grouping date ranges.
Declaration
property GroupingDateRanges: TcxGridGroupingDateRanges read;
Property Value
| Type |
|---|
| TcxGridGroupingDateRanges |
Remarks
Use the OnInitGroupingDateRanges event to customize this collection.
See Also