AverageConditionalFormatting.Condition Property
In This Article
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.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
ConditionalFormattingAverageCondition Condition { get; set; }
#Property Value
Type | Description |
---|---|
Conditional |
One of Conditional |
Available values:
Name | Description |
---|---|
Above | Formats cells whose values are above the average value in a range of cells. |
Above |
Formats cells whose values are above or equal to the average value in a range of cells. |
Below | Formats cells whose values are below the average value in a range of cells. |
Below |
Formats cells whose values are below or equal to the average value in a range of cells. |
See Also