Back to Devexpress

ColorScaleFormat Class

wpf-devexpress-dot-xpf-dot-grid-dot-conditionalformatting.md

latest1.9 KB
Original Source

ColorScaleFormat Class

OBSOLETE

Use the Xpf.Core.ConditionalFormatting.ColorScaleFormat instead

Represents the color scale format.

Namespace : DevExpress.Xpf.Grid.ConditionalFormatting

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Obsolete("Use the Xpf.Core.ConditionalFormatting.ColorScaleFormat instead")]
[Browsable(false)]
public class ColorScaleFormat :
    ColorScaleFormat
vb
<Obsolete("Use the Xpf.Core.ConditionalFormatting.ColorScaleFormat instead")>
<Browsable(False)>
Public Class ColorScaleFormat
    Inherits ColorScaleFormat

Remarks

An example of the color scale formatting is shown below.

Inheritance

Object DispatcherObject DependencyObject Freezable DevExpress.Xpf.Core.ConditionalFormatting.IndicatorFormatBase ColorScaleFormat ColorScaleFormat

See Also

ColorScaleFormat Members

Conditional Formatting

DevExpress.Xpf.Grid.ConditionalFormatting Namespace