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

NavigationFrame.ForeColor Property

Gets or sets the fore color for this NavigationFrame.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public override Color ForeColor { get; set; }

Property Value

Type Description
Color

A Color used as fore color for this NavigationFrame.

See Also