BreadcrumbItem.Text Property
Returns the text that the breadcrumb item displays.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.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