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

BreadcrumbItem.IsLast Property

Returns a value that specifies whether the breadcrumb item identifies the current drill down data level.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public bool IsLast { get; protected set; }

Property Value

Type Description
Boolean

true if the breadcrumb item identifies the current drill down data level; otherwise false.

See Also