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 |
---|---|
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. |
Remarks
IMPORTANT
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.