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

BreadcrumbItem.IsHomeItem Property

Returns the value that specifies whether the Breadcrumb Item indicates the topmost detail level.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public bool IsHomeItem { get; }

Property Value

Type Description
Boolean

true if the Breadcrumb Item denotes the topmost detail level; otherwise false.

See Also