wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-3bb08111.md
Contains predefined color scale formats that are used to color cells proportional to their values. This is a dependency property.
Namespace : DevExpress.Xpf.PivotGrid
Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public FormatInfoCollection PredefinedColorScaleFormats { get; set; }
Public Property PredefinedColorScaleFormats As FormatInfoCollection
| Type | Description |
|---|---|
| FormatInfoCollection |
A FormatInfoCollection object that is the collection of predefined color scale formats.
|
The following predefined formats are available by default for the ColorScaleFormatCondition format condition type:
To apply a predefined format, use the FormatConditionBase.PredefinedFormatName property.
See Also