Skip to main content

BreadcrumbsModel.InactiveForeColor Property

Gets or sets the Breadcrumbs.InactiveForeColor property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public Color InactiveForeColor { get; set; }

Property Value

Type Description
Color

A color that Breadcrumb Items and Breadcrumb Home Item use in the inactive state to display their text.

See Also