Skip to main content

TcxCustomGridTableDateTimeHandling.IgnoreTimeForFiltering Property

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

Declaration

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