corelibraries-devexpress-dot-export-dot-xl-4f5b75a7.md
Lists values that sets the icon set type for the icon set conditional format.
Namespace : DevExpress.Export.Xl
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public enum XlCondFmtIconSetType
Public Enum XlCondFmtIconSetType
| Name | Description |
|---|---|
Arrows3 |
Specifies the 3 arrows icon set.
|
| ArrowsGray3 |
Specifies the 3 gray arrows icon set.
|
| Flags3 |
Specifies the 3 flags icon set.
|
| TrafficLights3 |
Specifies the 3 traffic lights icon set.
|
| TrafficLights3Black |
Specifies the 3 traffic lights (rimmed) icon set.
|
| Signs3 |
Specifies the 3 signs icon set.
|
| Symbols3 |
Specifies the 3 symbols icon set.
|
| Symbols3Circled |
Specifies the 3 symbols (circled) icon set.
|
| Stars3 |
Specifies the 3 stars icon set.
|
| Triangles3 |
Specifies the 3 triangles icon set.
|
| Arrows4 |
Specifies the 4 arrows icon set.
|
| ArrowsGray4 |
Specifies the 4 gray arrows icon set.
|
| RedToBlack4 |
Specifies the 4 "red to black" icon set.
|
| Rating4 |
Specifies the 4 ratings icon set.
|
| TrafficLights4 |
Specifies the 4 traffic lights icon set.
|
| Arrows5 |
Specifies the 5 arrows icon set.
|
| ArrowsGray5 |
Specifies the 5 gray arrows icon set.
|
| Rating5 |
Specifies the 5 ratings icon set.
|
| Quarters5 |
Specifies the 5 quarters icon set.
|
| Boxes5 |
Specifies the 5 boxes icon set.
|
| NoIcons |
Icon set type is not specified.
|
The following properties accept/return XlCondFmtIconSetType values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | XlCondFmtCustomIcon.IconSetType |
| XlCondFmtRuleIconSet.IconSetType | |
| WPF Controls | IconSetFormat.IconSetType |
See Also