Skip to main content
All docs
V26.1
  • BreadcrumbsModel.InactiveForeColor Property

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

    Namespace: DevExpress.XtraCharts.Designer

    Assembly: DevExpress.XtraCharts.v26.1.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