TopBottomRule Enum
Lists rules used in top-bottom format conditions.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Members
Name | Description |
---|---|
Top
|
The format is applied to cells whose values are the highest in the column. The number of cells is specified by the Threshold property. |
Top
|
The format is applied to cells whose values are the highest in the column. The percentage of cells is specified by the Threshold property. |
Bottom
|
The format is applied to cells whose values are the lowest in the column. The number of cells is specified by the Threshold property. |
Bottom
|
The format is applied to cells whose values are the lowest in the column. The percentage of cells is specified by the Threshold property. |
Above
|
The format is applied to cells whose values are above the average column value. |
Below
|
The format is applied to cells whose values are below the average column value. |
#Related API Members
The following properties accept/return TopBottomRule values: