Skip to main content
Row

ConditionalFormattingCustomIcon.IconSet Property

Gets or sets the icon set to which the specified icon belongs.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public IconSetType IconSet { get; set; }

Property Value

Type Description
IconSetType

An IconSetType object that defines the built-in icon sets.

Available values:

Show 21 items
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

The following code snippets (auto-collected from DevExpress Examples) contain references to the IconSet property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also