GridConditionColorScaleFormat Enum
Lists values that specify the format (color scale) applied to cells by the GridViewFormatConditionColorScaleBuilder condition.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Green |
Cells are colored based on the green-yellow-red scale. |
Red |
Cells are colored based on the red-yellow-green scale. |
Green |
Cells are colored based on the green-white-red scale. |
Red |
Cells are colored based on the red-white-green scale. |
Blue |
Cells are colored based on the blue-white-red scale. |
Red |
Cells are colored based on the red-white-blue scale. |
Red |
Cells are colored based on the red-white scale. |
White |
Cells are colored based on the white-red scale. |
Green |
Cells are colored based on the green-white scale. |
White |
Cells are colored based on the white-green scale. |
Green |
Cells are colored based on the green-yellow scale. |
Yellow |
Cells are colored based on the yellow-green scale. |
Custom | Cells are colored based on the scale specified by the Grid |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.