FormatConditionRule2ColorScale.MaximumColor Property
In This Article
Gets or sets the color corresponding to the maximum threshold.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[XtraSerializableProperty]
[DXCategory("Appearance")]
public Color MaximumColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | A value that specifies the color corresponding to the maximum threshold. |
See Also