Skip to main content

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

public enum TopBottomRule

Members

Name Description
TopItems

The format is applied to cells whose values are the highest in the column. The number of cells is specified by the Threshold property.

TopPercent

The format is applied to cells whose values are the highest in the column. The percentage of cells is specified by the Threshold property.

BottomItems

The format is applied to cells whose values are the lowest in the column. The number of cells is specified by the Threshold property.

BottomPercent

The format is applied to cells whose values are the lowest in the column. The percentage of cells is specified by the Threshold property.

AboveAverage

The format is applied to cells whose values are above the average column value.

BelowAverage

The format is applied to cells whose values are below the average column value.

Related API Members

The following properties accept/return TopBottomRule values:

See Also