Skip to main content
Row

IconSetType Enum

Lists values that specify the icon set type for an icon set conditional format.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public enum IconSetType

Members

Name Description Example
None

Icon set type is not specified.

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

TrafficLights13

Specifies the 3 traffic lights icon set.

3TrafficLights.png

TrafficLights23

Specifies the 3 traffic lights (rimmed) icon set.

3TrafficLights2.png

Signs3

Specifies the 3 signs icon set.

3Signs.png

Symbols3

Specifies the 3 symbols (circled) icon set.

3Symbols.png

Symbols23

Specifies the 3 symbols icon set.

3Symbols2.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

Related API Members

The following properties accept/return IconSetType values:

See Also