TimePeriodConditionalFormatting.Condition Property
In This Article
Gets or sets the time period used as a formatting criteria in the "date occurring…" conditional formatting rule.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
ConditionalFormattingTimePeriod Condition { get; set; }
#Property Value
Type | Description |
---|---|
Conditional |
One of the Conditional |
Available values:
Name | Description |
---|---|
Last7Days | A date in the last seven days. |
Last |
A date occurring last month. |
Last |
A date occurring last week. |
Next |
A date occurring next month. |
Next |
A date occurring next week. |
This |
A date occurring this month. |
This |
A date occurring this week. |
Today | Today’s date. |
Tomorrow | Tomorrow’s date. |
Yesterday | Yesterday’s date. |
See Also