Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+
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.v19.1.Core.dll

Declaration

ConditionalFormattingTimePeriod Condition { get; set; }

Property Value

Type Description
ConditionalFormattingTimePeriod

One of the ConditionalFormattingTimePeriod enumeration values.

See Also