Skip to main content

TcxCustomGridTableItemOptions.IgnoreTimeForFiltering Property

Specifies whether to truncate the time part of the date/time filter criteria in the filter dropdown.

Declaration

property IgnoreTimeForFiltering: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

If the date part is a unique condition in the filter dropdown, set the IgnoreTimeForFiltering property to True so as to remove the time part from the filter criteria list. The values of the corresponding item will be filtered by date.

Note

The time part is truncated only if the View’s DateTimeHandling.IgnoreTimeForFiltering property is set to True.

The default value of the IgnoreTimeForFiltering property is True.

See Also