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

TcxCustomGridTableItemOptions.IgnoreTimeForFiltering Property

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

#Declaration

Delphi
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