Back to Devexpress

FormatConditionIconType Enum

dashboard-devexpress-dot-dashboardcommon-2a1eb909.md

latest3.8 KB
Original Source

FormatConditionIconType Enum

Lists values used to specify the icon used in conditional formatting.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum FormatConditionIconType
vb
Public Enum FormatConditionIconType

Members

NameDescription
None

No icon.

| | DirectionalGreenArrowUp |

Green Up arrow.

| | DirectionalYellowUpInclineArrow |

Yellow Up Incline arrow.

| | DirectionalYellowSideArrow |

Yellow Side arrow.

| | DirectionalYellowDownInclineArrow |

Yellow Down Incline arrow.

| | DirectionalRedDownArrow |

Red Down arrow.

| | DirectionalGrayArrowUp |

Gray Up arrow.

| | DirectionalGrayUpInclineArrow |

Gray Up Incline arrow.

| | DirectionalGraySideArrow |

Gray Side arrow.

| | DirectionalGrayDownInclineArrow |

Gray Down Incline arrow.

| | DirectionalGrayDownArrow |

Gray Down arrow.

| | DirectionalYellowDash |

Yellow dash.

| | DirectionalRedTriangleDown |

Red Down triangle.

| | DirectionalGreenTriangleUp |

Green Up triangle.

| | RatingFullGrayStar |

Gray Star.

| | RatingHalfGrayStar |

Half Gray Star.

| | RatingEmptyGrayStar |

Empty gray star.

| | RatingFullGrayCircle |

Gray circle.

| | Rating1QuarterGrayCircle |

Gray circle with one white quarter.

| | Rating2QuartersGrayCircle |

Gray circle with two white quarters.

| | Rating3QuartersGrayCircle |

Gray circle with three white quarters.

| | RatingEmptyGrayCircle |

Empty gray circle.

| | Rating4Bars |

4 filled bars.

| | Rating3Bars |

3 filled bars.

| | Rating2Bars |

2 filled bars.

| | Rating1Bar |

1 filled bar.

| | Rating0Bars |

0 filled bars.

| | Rating4FilledBoxes |

4 filled boxes.

| | Rating3FilledBoxes |

3 filled boxes.

| | Rating2FilledBoxes |

2 filled boxes.

| | Rating1FilledBox |

1 filled box.

| | Rating0FilledBoxes |

0 filled boxes.

| | ShapeGreenTrafficLight |

Green Traffic Light.

| | ShapeYellowTrafficLight |

Yellow Traffic Light.

| | ShapeRedTrafficLight |

Red Traffic Light.

| | ShapeGreenCircle |

Green circle.

| | ShapeYellowCircle |

Yellow Circle.

| | ShapeRedCircle |

Red Circle.

| | ShapeLightRedCircle |

Light Red Circle.

| | ShapeLightGrayCircle |

Light Gray Circle.

| | ShapeYellowTriangle |

Yellow Triangle.

| | ShapeRedDiamond |

Red Diamond.

| | IndicatorGreenCheck |

Green Check.

| | IndicatorYellowExclamation |

Yellow Exclamation.

| | IndicatorRedCross |

Red Cross.

| | IndicatorCircledGreenCheck |

Circled Green Check.

| | IndicatorCircledYellowExclamation |

Circled Yellow Exclamation.

| | IndicatorCircledRedCross |

Circled Red Cross.

| | IndicatorGreenFlag |

Green Flag.

| | IndicatorYellowFlag |

Yellow Flag.

| | IndicatorRedFlag |

Red Flag.

|

The following properties accept/return FormatConditionIconType values:

Remarks

Values listed in this enumeration are used to set the IconSettings.IconType property.

See Also

DevExpress.DashboardCommon Namespace