Skip to main content

BreadcrumbItem.IsHome Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool IsHome { get; }

Property Value

Type Description
Boolean

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

See Also