Skip to main content

DashboardItemInteractivityOptions.IsDrillDownEnabled Property

Gets or sets whether drill-down is enabled.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(false)]
public virtual bool IsDrillDownEnabled { get; set; }

Property Value

Type Default Description
Boolean false

true, to enable drill-down; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to IsDrillDownEnabled
CustomDashboardItem
.InteractivityOptions .IsDrillDownEnabled
GridDashboardItem
.InteractivityOptions .IsDrillDownEnabled
KpiDashboardItem<TKpiElement>
.InteractivityOptions .IsDrillDownEnabled
MapDashboardItem
.InteractivityOptions .IsDrillDownEnabled
ScatterChartDashboardItem
.InteractivityOptions .IsDrillDownEnabled

Remarks

Drill-down allows end-users to see what is behind a particular value in the dashboard. When drill-down is enabled, end-users can click a dashboard item element (for instance, a chart bar or a gauge) and view details related to the selected element.

Anim_Cards_DrillDown

To enable drill-down for the current dashboard item, set the IsDrillDownEnabled property to true.

The following code snippets (auto-collected from DevExpress Examples) contain references to the IsDrillDownEnabled property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also