Skip to main content
Row

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

TimePeriodConditionalFormatting.Condition Property

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
ConditionalFormattingTimePeriod

One of the ConditionalFormattingTimePeriod enumeration values.

Available values:

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.

See Also