Skip to main content
All docs
V23.2

CustomItemExportInfo.DrillDownValues Property

Gets values for the drill-down hierarchy used in the custom item.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public List<object> DrillDownValues { get; }

Property Value

Type Description
List<Object>

A list of objects that specify values for the drill-down hierarchy.

See Also