Back to Devexpress

GridConditionColorScaleFormat Enum

aspnet-devexpress-dot-web-fc66faae.md

latest2.6 KB
Original Source

GridConditionColorScaleFormat Enum

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

Declaration

csharp
public enum GridConditionColorScaleFormat
vb
Public Enum GridConditionColorScaleFormat

Members

NameDescription
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:

Remarks

Values listed by this enumerator are used to set the GridFormatConditionColorScale.Format property of a format condition.

See Also

Conditional Formatting

DevExpress.Web Namespace