TopBottomRule Enum
OBSOLETE
Use the Xpf.
Lists the values that specify the rule for the top/bottom conditional formatting.
Namespace: DevExpress.Xpf.Grid.ConditionalFormatting
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
[Obsolete("Use the Xpf.Core.ConditionalFormatting.TopBottomRule instead")]
[Browsable(false)]
public enum TopBottomRule
#Members
Name | Description |
---|---|
Top
|
The style is applied to cells (or corresponding rows) whose values are the largest for the column. The number of cells (rows) is specified by the Top |
Top
|
The style is applied to cells (or corresponding rows) whose values are the largest for the column. The percentage of cells (rows) is specified by the Top |
Bottom
|
The style is applied to cells (or corresponding rows) whose values are the lowest for the column. The number of cells (rows) is specified by the Top |
Bottom
|
The style is applied to cells (or corresponding rows) whose values are the lowest for the column. The percentage of cells (rows) is specified by the Top |
Above
|
The style is applied to cells (or corresponding rows) whose values are above the average value for the column. |
Below
|
The style is applied to cells (or corresponding rows) whose values are below the average value for the column. |
#Remarks
The values listed by the TopBottomRule enumeration are used to set the TopBottomRuleFormatCondition.Rule property’s value.