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.v24.1.dll
NuGet Package: DevExpress.Charts
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