Skip to main content
Tab

RankProperties.ForeColor Property

Gets or sets a rank’s foreground color (the color of the text).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Color), "")]
public Color ForeColor { get; set; }

Property Value

Type Default Description
Color String.Empty

A Color object that represents a rank’s foreground color.

Remarks

Use the ForeColor property to specify the foreground color of an individual rank. The foreground color is usually the color of the text of the items that have the current rank.

See Also