GridConditionColorScaleFormat Enum
Lists values that specify the format (color scale) applied to cells by the GridViewFormatConditionColorScale condition.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
GreenYellowRed
|
Cells are colored based on the green-yellow-red scale. |
RedYellowGreen
|
Cells are colored based on the red-yellow-green scale. |
GreenWhiteRed
|
Cells are colored based on the green-white-red scale. |
RedWhiteGreen
|
Cells are colored based on the red-white-green scale. |
BlueWhiteRed
|
Cells are colored based on the blue-white-red scale. |
RedWhiteBlue
|
Cells are colored based on the red-white-blue scale. |
RedWhite
|
Cells are colored based on the red-white scale. |
WhiteRed
|
Cells are colored based on the white-red scale. |
GreenWhite
|
Cells are colored based on the green-white scale. |
WhiteGreen
|
Cells are colored based on the white-green scale. |
GreenYellow
|
Cells are colored based on the green-yellow scale. |
YellowGreen
|
Cells are colored based on the yellow-green scale. |
Custom
|
Cells are colored based on the scale specified by the GridFormatConditionColorScale.MaximumColor, GridFormatConditionColorScale.MiddleColor (optional), and GridFormatConditionColorScale.MinimumColor properties. |
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.