Skip to main content
A newer version of this page is available. .

FormatConditionDateOccurring.DateType Property

Gets or sets a specific date/date interval whose values are used to apply formatting.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(FilterDateType.Yesterday)]
public FilterDateType DateType { get; set; }

Property Value

Type Default Description
FilterDateType **Yesterday**

A FilterDateType object that specifies a specific date/date interval whose values are used to apply formatting.

Available values:

Show 29 items
Name Description
None

Does not specify any condition.

SpecificDate

Not supported when setting the FormatConditionRuleDateOccuring.DateType property.

BeyondThisYear

Dates that follow the current year.

LaterThisYear

Dates of the current year starting from the following month.

LaterThisMonth

Dates of the current month that follow the next week.

LaterThisWeek

Dates of the current week starting from the day after tomorrow.

NextWeek

Dates that belong to the following week.

Tomorrow

Tomorrow.

Today

Today.

Yesterday

Yesterday.

EarlierThisWeek

Dates of the current week that are prior to yesterday.

LastWeek

Dates of the previous week.

EarlierThisMonth

Dates of the current month that are prior to the previous week.

EarlierThisYear

Dates of the current year that are prior to the current month.

PriorThisYear

Dates that are prior to the current year.

Empty

Does not specify any condition.

User

Not supported when setting the FormatConditionRuleDateOccuring.DateType property.

Beyond

Dates that belong to the month in three months time and beyond.

ThisWeek

Dates that belong to the current week.

ThisMonth

Dates that belong to the current month.

MonthAfter1

Dates that belong to the following month.

MonthAfter2

Dates that belong to the month in two months time.

MonthAgo1

Dates that belong to the previous month.

MonthAgo2

Dates that belong to the month two months ago.

MonthAgo3

Dates that belong to the month three months ago.

MonthAgo4

Dates that belong to the month four months ago.

MonthAgo5

Dates that belong to the month five months ago.

MonthAgo6

Dates that belong to the month six months ago.

Earlier

Dates that belong to the month seven months ago and earlier.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DateType property.

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.

See Also