Back to Devexpress

FormatConditionRule2ColorScale.MaximumColor Property

windowsforms-devexpress-dot-xtraeditors-dot-formatconditionrule2colorscale-d18a76d0.md

latest1.6 KB
Original Source

FormatConditionRule2ColorScale.MaximumColor Property

Gets or sets the color corresponding to the maximum threshold.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty]
[DXCategory("Appearance")]
public Color MaximumColor { get; set; }
vb
<XtraSerializableProperty>
<DXCategory("Appearance")>
Public Property MaximumColor As Color

Property Value

TypeDescription
Color

A value that specifies the color corresponding to the maximum threshold.

|

See Also

Maximum

Minimum

MinimumColor

FormatConditionRule2ColorScale Class

FormatConditionRule2ColorScale Members

DevExpress.XtraEditors Namespace