Skip to main content

TableView.PredefinedIconSetFormats Property

Contains predefined icon set formats that are used to assign an icon to each cell based on its value. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public FormatInfoCollection PredefinedIconSetFormats { get; set; }

Property Value

Type Description
FormatInfoCollection

A FormatInfoCollection object that is the collection of icon set formats.

Remarks

The following predefined formats are available:

Arrows3ColoredIconSet
Arrows3ColoredIconSet
Arrows3GrayIconSet
Arrows3GrayIconSet
Triangles3IconSet
Triangles3IconSet
Arrows4GrayIconSet
Arrows4GrayIconSet
Arrows4ColoredIconSet
Arrows4ColoredIconSet
Arrows5GrayIconSet
Arrows5GrayIconSet
Arrows5ColoredIconSet
Arrows5ColoredIconSet
TrafficLights3UnrimmedIconSet
TrafficLights3UnrimmedIconSet
TrafficLights3RimmedIconSet
TrafficLights3RimmedIconSet
Signs3IconSet
Signs3IconSet
TrafficLights4IconSet
TrafficLights4IconSet
RedToBlackIconSet
RedToBlackIconSet
Symbols3CircledIconSet
Symbols3CircledIconSet
Symbols3UncircledIconSet
Symbols3UncircledIconSet
Flags3IconSet
Flags3IconSet
Stars3IconSet
Stars3IconSet
Ratings4IconSet
Ratings4IconSet
Quarters5IconSet
Quarters5IconSet
Ratings5IconSet
Ratings5IconSet
Boxes5IconSet
Boxes5IconSet
PositiveNegativeArrowsColoredIconSet
PositiveNegativeArrowsColoredIconSet
PositiveNegativeArrowsGrayIconSet
PositiveNegativeArrowsGrayIconSet
PositiveNegativeTrianglesIconSet
PositiveNegativeTrianglesIconSet

See the Specifying Formats section in the Conditional Formats topic to learn how to create a custom collection of predefined formats.

See Also