Back to Devexpress

Breadcrumbs.InactiveForeColor Property

corelibraries-devexpress-dot-xtracharts-dot-breadcrumbs-6ba4943f.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Color InactiveForeColor { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property InactiveForeColor As Color

Property Value

TypeDescription
Color

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

|

See Also

Breadcrumbs Class

Breadcrumbs Members

DevExpress.XtraCharts Namespace