Skip to main content

DashboardDataRow.DataSet Property

Gets the DashboardDataSet that contains the current DashboardDataRow.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public DashboardDataSet DataSet { get; }

Property Value

Type Description
DashboardDataSet

A DashboardDataSet object that contains the current DashboardDataRow.

See Also