Back to Devexpress

FormatRuleCollection<T, TColumnType>.AddBelowAverageRule(TColumnType, AppearanceDefault) Method

windowsforms-devexpress-dot-xtraeditors-dot-formatrulecollection-2-dot-addbelowaveragerule-x28-1-devexpress-dot-utils-dot-appearancedefault-x29.md

latest1.9 KB
Original Source

FormatRuleCollection<T, TColumnType>.AddBelowAverageRule(TColumnType, AppearanceDefault) Method

Applies a format to values below average.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public T AddBelowAverageRule(
    TColumnType column,
    AppearanceDefault appearanceDefault
)
vb
Public Function AddBelowAverageRule(
    column As TColumnType,
    appearanceDefault As AppearanceDefault
) As T

Parameters

NameTypeDescription
columnTColumnType

A {TColumnType} object that specifies a column (row in a vertical grid) to which the format should be applied.

| | appearanceDefault | DevExpress.Utils.AppearanceDefault |

The appearance settings applied to values below average. This value is assigned to the Appearance property.

|

Returns

TypeDescription
T

A {T} object that specifies a format.

|

See Also

FormatConditionRuleAboveBelowAverage

FormatRuleCollection<T, TColumnType> Class

FormatRuleCollection<T, TColumnType> Members

DevExpress.XtraEditors Namespace