ConditionalFormattingTimePeriod Enum
Lists applicable time periods in a "date occurring…" conditional formatting rule.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v22.1.Core.dll
Declaration
Members
Name | Description |
---|---|
Last7Days
|
A date in the last seven days. |
LastMonth
|
A date occurring last month. |
LastWeek
|
A date occurring last week. |
NextMonth
|
A date occurring next month. |
NextWeek
|
A date occurring next week. |
ThisMonth
|
A date occurring this month. |
ThisWeek
|
A date occurring this week. |
Today
|
Today’s date. |
Tomorrow
|
Tomorrow’s date. |
Yesterday
|
Yesterday’s date. |
Remarks
The values listed by this enumeration are used by the TimePeriodConditionalFormatting.Condition property.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the ConditionalFormattingTimePeriod enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.