Skip to main content

BreadcrumbItem.IsHomeItem Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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