Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

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.v20.2.Core.dll

Declaration

ConditionalFormattingTimePeriod Condition { get; set; }

Property Value

Type Description
ConditionalFormattingTimePeriod

One of the ConditionalFormattingTimePeriod enumeration values.

See Also