Skip to main content
A newer version of this page is available. .
Tab

RankProperties.ForeColor Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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