Skip to main content

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

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