LevelProperties.ForeColor Property
Gets or sets a level’s foreground color (the color of the text).
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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