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

LevelProperties.ForeColor Property

Gets or sets a level’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 level’s foreground color.

Remarks

Use the ForeColor property to specify the foreground color of an individual hierarchy level. The foreground color is usually the color of the text of the site map nodes that belong to the current level.

See Also