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.v24.1.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