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

TcxGridFilteringDateRanges Class

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

#Declaration

Delphi
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

See Also