Skip to main content

DashboardUnderlyingDataRow.DataSet Property

Gets the DashboardUnderlyingDataSet that contains the current DashboardUnderlyingDataRow.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardUnderlyingDataSet DataSet { get; }

Property Value

Type Description
DashboardUnderlyingDataSet

A DashboardUnderlyingDataSet object that contains the current DashboardUnderlyingDataRow.

See Also