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
#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. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.