Skip to main content

GridTopBottomRule Enum

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

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.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.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also