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

TcxCustomGridTableDateTimeHandling.Filters Property

Specifies a set of date/time filter options that determine time periods to be included into filter dropdowns as filter conditions.

#Declaration

Delphi
property Filters: TcxGridDateTimeFilters read; write; default [];

#Property Value

Type
TcxGridDateTimeFilters

#Remarks

Refer to the description of the TcxGridDateTimeFilter type to learn about available date/time filter options.

Handle the OnInitFilteringDateRanges event of a View or an item to customize a collection of filter date ranges created for each item that displays date/time values.

The default value of the Filters property is [].

See Also