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.IgnoreTimeForFiltering Property

Specifies whether the time part of date/time item values is ignored when filtering by these values.

#Declaration

Delphi
property IgnoreTimeForFiltering: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set this property to True to specify that the time part of all items that display date/time values should be ignored when:

  • adding unique date/time values into a filter dropdown of these items;

  • applying a filter to any of these items.

Otherwise, the time part is taken into account when filtering by date/time values.

To provide this behavior for an individual item, use the item’s Options.IgnoreTimeForFiltering property.

The default value of the IgnoreTimeForFiltering property is False.

See Also