FormatRuleCollection<T, TColumnType>.AddAboveAverageRule(TColumnType, AppearanceDefault) Method
In This Article
Applies a format to values above average.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
column | TColumn |
A {TColumn |
appearance |
DevExpress. |
The appearance settings applied to values above average. This value is assigned to the Appearance property. |
#Returns
Type | Description |
---|---|
T | A {T} object that specifies a format. |
See Also