TcxCustomGridTableItemOptions.IgnoreTimeForFiltering Property
In This Article
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 Date
The default value of the IgnoreTimeForFiltering property is True.
See Also