Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

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