Skip to main content

Breadcrumbs.InactiveForeColor Property

Gets or sets the foreground color that Breadcrumb Items and Breadcrumb Home Item use in the inactive state to display their text.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Color InactiveForeColor { get; set; }

Property Value

Type Description
Color

The foreground color that Breadcrumb Items and Breadcrumb Home Item use to display their text.

See Also