Skip to main content

BreadcrumbItem.Text Property

Returns the text that the breadcrumb item displays.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
String

The text that the breadcrumb item displays.

See Also