GridTopBottomRule Enum
Lists values that specify the format condition rule applied to cells by the GridViewFormatConditionTopBottom condition.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Top
|
Top items (according to acceding sort order) are highlighted. The number of items is specified by the Grid |
Top
|
Top items (according to acceding sort order) are highlighted. The percent of highlighted items is specified by the Grid |
Bottom
|
Bottom items (according to acceding sort order) are highlighted. The number of items is specified by the Grid |
Bottom
|
Bottom items (according to acceding sort order) are highlighted. The percent of highlighted items is specified by the Grid |
Above
|
Items whose cell values are above the average value, are highlighted. |
Below
|
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.