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

DashboardUnderlyingDataRow.DataSet Property

Gets the DashboardUnderlyingDataSet that contains the current DashboardUnderlyingDataRow.

Namespace: DevExpress.DashboardCommon

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

Declaration

public DashboardUnderlyingDataSet DataSet { get; }

Property Value

Type Description
DashboardUnderlyingDataSet

A DashboardUnderlyingDataSet object that contains the current DashboardUnderlyingDataRow.

See Also