Breadcrumbs.HomeText Property
Gets or sets the text that the Breadcrumb Home Item displays instead of an icon.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
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.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the HomeText property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.