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

DashboardDataSet Class

Represents a list of records displayed within the dashboard item.

Namespace: DevExpress.DashboardCommon

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

Declaration

public class DashboardDataSet :
    DashboardDataSet<DashboardDataRow>

Remarks

Records from the DashboardDataSet contain dimension values that can be used to set the master filter or perform a drill-down in code.

Individual rows in the DashboardDataSet are represented by DashboardDataRow objects.

Inheritance

Object
DevExpress.DashboardCommon.Native.DashboardDataSet<DashboardDataRow>
DashboardDataSet
See Also