GridConditionColorScaleFormat Enum
Lists values that specify the format (color scale) applied to cells by the GridViewFormatConditionColorScale condition.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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 |
#Related API Members
The following properties accept/return GridConditionColorScaleFormat values:
#Remarks
Values listed by this enumerator are used to set the GridFormatConditionColorScale.Format property of a format condition.