Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IconSetFormat.IconSetType Property

Gets or sets the currently used set of icons. This is a dependency property.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public XlCondFmtIconSetType? IconSetType { get; set; }

#Property Value

Type Description
Nullable<XlCondFmtIconSetType>

A set of icons.

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