Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FormatConditionRuleAboveBelowAverage Class

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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