Skip to main content
A newer version of this page is available. .
Tab

GridTopBottomRule Enum

Lists values that specify the format condition rule applied to cells by the GridViewFormatConditionTopBottom condition.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum GridTopBottomRule

Members

Name Description
TopItems

Top items (according to acceding sort order) are highlighted. The number of items is specified by the GridFormatConditionTopBottom.Threshold property.

TopPercent

Top items (according to acceding sort order) are highlighted. The percent of highlighted items is specified by the GridFormatConditionTopBottom.Threshold property.

BottomItems

Bottom items (according to acceding sort order) are highlighted. The number of items is specified by the GridFormatConditionTopBottom.Threshold property.

BottomPercent

Bottom items (according to acceding sort order) are highlighted. The percent of highlighted items is specified by the GridFormatConditionTopBottom.Threshold property.

AboveAverage

Items whose cell values are above the average value, are highlighted.

BelowAverage

Items whose cell values are below the average value are highlighted.

Related API Members

The following properties accept/return GridTopBottomRule values:

Remarks

Values listed by this enumerator are used to set the GridFormatConditionTopBottom.Rule property of a format condition.

See Also