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

BreadcrumbItem.IsActive Property

Returns the value that specifies whether an end-user can click the Breadcrumb item to navigate to another drill down data level.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

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

Property Value

Type Description
Boolean

true if an end-user can click the Breadcrumb item to navigate to another drill-down data level; otherwise false.

See Also