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

Breadcrumbs.HomeText Property

Gets or sets the text that the Breadcrumb Home Item displays instead of an icon.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public string HomeText { get; set; }

Property Value

Type Description
String

The text that the Breadcrumb Home Item displays instead of an icon.

Remarks

The Breadcrumb Home Item displays the default icon if this property is set to null (Nothing in Visual Basic) or to empty string.

See Also