aspnet-devexpress-dot-web-fc66faae.md
Lists values that specify the format (color scale) applied to cells by the GridViewFormatConditionColorScale condition.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum GridConditionColorScaleFormat
Public Enum GridConditionColorScaleFormat
| 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.
|
The following properties accept/return GridConditionColorScaleFormat values:
Values listed by this enumerator are used to set the GridFormatConditionColorScale.Format property of a format condition.
See Also