Back to Devexpress

ColorScaleFormatCondition.Format Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-colorscaleformatcondition.md

latest1.3 KB
Original Source

ColorScaleFormatCondition.Format Property

Gets or sets the formatting settings applied to cells whose values take part in conditional formatting. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public ColorScaleFormat Format { get; set; }
vb
Public Property Format As ColorScaleFormat

Property Value

TypeDescription
ColorScaleFormat

A ColorScaleFormat object that provides formatting settings.

|

See Also

ColorScaleFormatCondition Class

ColorScaleFormatCondition Members

DevExpress.Xpf.PivotGrid Namespace