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

cxFilterIncludeTodayInLastNextDaysList Variable

Specifies whether today’s date is included into the value range of date operators.

#Declaration

Delphi
var cxFilterIncludeTodayInLastNextDaysList: Boolean = True;

#Variable Value

Type
Boolean

#Remarks

This variable specifies whether today’s date is included into the value range of date operators that calculate the range relative to today’s date, such as foLast7Days, foLast14Days, foLast30Days, foNext7Days, foNext14Days and foNext30Days. When the cxFilterIncludeTodayInLastNextDaysList variable is set to True, today’s date is included into the value range.

Refer to the TcxFilterOperatorKind type description for details on these operators.

See Also