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

BreadcrumbItem.Text Property

Returns the text that the breadcrumb item displays.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public string Text { get; }

Property Value

Type Description
String

The text that the breadcrumb item displays.

See Also