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

FormatConditionRuleAboveBelowAverage Class

Applies a format if a cell value is above or below the column’s average.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public class FormatConditionRuleAboveBelowAverage :
    FormatConditionRuleAppearanceBase,
    IFormatConditionRuleAboveBelowAverage,
    IFormatConditionRuleBase

Remarks

The FormatConditionRuleAboveBelowAverage object allows you to find cell values that are above or below the column’s average.

The FormatConditionRuleAboveBelowAverage.AverageType property specifies a condition (Above, Below, EqualOrAbove, EqualOrBelow).

You can use the FormatConditionRuleAppearanceBase.PredefinedName property to apply one of the predefined style formats (Italic Text, Red Bold Text, Green Fill, Yellow Text with Yellow Fill, etc.), or use the FormatConditionRuleAppearanceBase.Appearance property to provide a custom appearance.

The images below demonstrate examples of applying a FormatConditionRuleAboveBelowAverage format.

FormatAboveBelowAverageUnitPrice FormatAboveBelowAverageExtendedPrice

See the following documents to learn more.

Inheritance

See Also