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

BreadcrumbsModel.InactiveForeColor Property

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

Namespace: DevExpress.XtraCharts.Designer

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

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