wpf-devexpress-dot-xpf-dot-grid-dot-conditionalformatting.md
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
[Obsolete("Use the Xpf.Core.ConditionalFormatting.ColorScaleFormat instead")]
[Browsable(false)]
public class ColorScaleFormat :
ColorScaleFormat
<Obsolete("Use the Xpf.Core.ConditionalFormatting.ColorScaleFormat instead")>
<Browsable(False)>
Public Class ColorScaleFormat
Inherits ColorScaleFormat
An example of the color scale formatting is shown below.
Object DispatcherObject DependencyObject Freezable DevExpress.Xpf.Core.ConditionalFormatting.IndicatorFormatBase ColorScaleFormat ColorScaleFormat
See Also