Skip to main content

XlCondFmtRuleIconSet.IconSetType Property

Gets or sets the type of the icon set used in the current formatting rule.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public XlCondFmtIconSetType IconSetType { get; set; }

Property Value

Type Description
XlCondFmtIconSetType

One of the XlCondFmtIconSetType enumeration values representing the icon set type.

Available values:

Show 21 items
Name Description
Arrows3

Specifies the 3 arrows icon set.

3Arrows.png

ArrowsGray3

Specifies the 3 gray arrows icon set.

3ArrowsGray.png

Flags3

Specifies the 3 flags icon set.

3Flags.png

TrafficLights3

Specifies the 3 traffic lights icon set.

3TrafficLights.png

TrafficLights3Black

Specifies the 3 traffic lights (rimmed) icon set.

3TrafficLights2.png

Signs3

Specifies the 3 signs icon set.

3Signs.png

Symbols3

Specifies the 3 symbols icon set.

3Symbols2.png

Symbols3Circled

Specifies the 3 symbols (circled) icon set.

3Symbols.png

Stars3

Specifies the 3 stars icon set.

3Stars.png

Triangles3

Specifies the 3 triangles icon set.

3Triangles.png

Arrows4

Specifies the 4 arrows icon set.

4Arrows.png

ArrowsGray4

Specifies the 4 gray arrows icon set.

4ArrowsGray

RedToBlack4

Specifies the 4 "red to black" icon set.

4RedToBlack.png

Rating4

Specifies the 4 ratings icon set.

4Rating.png

TrafficLights4

Specifies the 4 traffic lights icon set.

4TrafficLights.png

Arrows5

Specifies the 5 arrows icon set.

5Arrows.png

ArrowsGray5

Specifies the 5 gray arrows icon set.

5ArrowsGray.png

Rating5

Specifies the 5 ratings icon set.

5Rating.png

Quarters5

Specifies the 5 quarters icon set.

5Quarters.png

Boxes5

Specifies the 5 boxes icon set.

5Boxes.png

NoIcons

Icon set type is not specified.

See Also