Back to Devexpress

PivotGridControl.PredefinedIconSetFormats Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-4fa57d9f.md

latest3.6 KB
Original Source

PivotGridControl.PredefinedIconSetFormats Property

Contains predefined icon set formats that are used to display a specific icon in a cell according to the range to which this cell value belongs. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public FormatInfoCollection PredefinedIconSetFormats { get; set; }
vb
Public Property PredefinedIconSetFormats As FormatInfoCollection

Property Value

TypeDescription
FormatInfoCollection

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

|

Remarks

The following predefined formats are available for the IconSetFormatCondition format condition type:

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

To apply a predefined format, use the FormatConditionBase.PredefinedFormatName property.

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace