TopBottomRule Enum
Lists the values that specify the rule for the top/bottom conditional formatting.
Namespace: DevExpress.Mobile.Core.ConditionalFormatting
Assembly: DevExpress.Mobile.Core.v18.2.dll
Declaration
Members
Name | Description |
---|---|
TopItems
|
The format is applied to cells whose values are the largest for the field. The number of cells is specified by the TopBottomRuleFormatCondition.Threshold property. |
TopPercent
|
The format is applied to cells whose values are the largest for the field. The percentage of cells is specified by the TopBottomRuleFormatCondition.Threshold property. |
BottomItems
|
The format is applied to cells whose values are the lowest for the field. The number of cells is specified by the TopBottomRuleFormatCondition.Threshold property. |
BottomPercent
|
The format is applied to cells whose values are the lowest for the field. The percentage of cells is specified by the TopBottomRuleFormatCondition.Threshold property. |
AboveAverage
|
The format is applied to cells whose values are above the average value for the field. |
BelowAverage
|
The format is applied to cells whose values are below the average value for the field. |
Related API Members
The following properties accept/return TopBottomRule values:
Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.
The values listed by the TopBottomRule enumeration are used to set the TopBottomRuleFormatCondition.Rule property.