DashboardItemInteractivityOptions.IsDrillDownEnabled Property
Gets or sets whether drill-down is enabled.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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 |
|
GridDashboardItem |
|
KpiDashboardItem<TKpiElement> |
|
MapDashboardItem |
|
ScatterChartDashboardItem |
|
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.
To enable drill-down for the current dashboard item, set the IsDrillDownEnabled property to true.
Related GitHub Examples
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.