Skip to main content

DashboardDataRow.DataSet Property

Gets the DashboardDataSet that contains the current DashboardDataRow.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardDataSet DataSet { get; }

Property Value

Type Description
DashboardDataSet

A DashboardDataSet object that contains the current DashboardDataRow.

See Also