Skip to main content
All docs
V25.1
  • CustomItemExportInfo.DrillDownValues Property

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

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.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