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

DrillDownItem.BreadcrumbItemText Property

Gets or sets the breadcrumb item text.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public string BreadcrumbItemText { get; set; }

Property Value

Type Description
String

A string that is used to specify a breadcrumb content.

See Also