TcxGridFilteringDateRanges Class
A collection of filter date ranges for an item, which displays date/time values.
Declaration
TcxGridFilteringDateRanges = class(
TdxFilteringDateRanges
)
Remarks
Date ranges in this collection determine time periods by which date/time item values can be filtered out. This collection is initialized as specified by the View’s DateTimeHandling.Filters property using the Init method. You can handle the OnInitFilteringDateRanges events for a View and an item to customize this collection for all View items and an individual item, respectively.
Use an item’s FilteringDateRanges property to access a collection of filter date ranges created for this item.
Inheritance
TObject
TdxDateRanges
TdxFilteringDateRanges
TcxGridFilteringDateRanges
See Also