Skip to main content
A newer version of this page is available. .

DashboardItemState.DrillDownValues Property

Gets or sets values for the drill-down hierarchy.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public List<object> DrillDownValues { get; set; }

Property Value

Type Description
List<Object>

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

See Also