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

AverageConditionalFormatting.Condition Property

Gets or sets a type of the conditional format operator used in the "above or below average…" conditional formatting rule.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

ConditionalFormattingAverageCondition Condition { get; set; }

Property Value

Type Description
ConditionalFormattingAverageCondition

One of ConditionalFormattingAverageCondition enumeration values.

See Also