IconSettings.IconType Property
Gets or sets the icon used in conditional formatting.
Namespace: DevExpress.DashboardCommon
Assembly:
DevExpress.Dashboard.v22.2.Core.dll
NuGet Packages:
DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
Declaration
[DefaultValue(FormatConditionIconType.None)]
public FormatConditionIconType IconType { get; set; }
<DefaultValue(FormatConditionIconType.None)>
Public Property IconType As FormatConditionIconType
Property Value
Available values:
Name |
Description |
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.
|
See Also