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.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public DashboardUnderlyingDataSet DataSet { get; }

Property Value

Type Description
DashboardUnderlyingDataSet

A DashboardUnderlyingDataSet object that contains the current DashboardUnderlyingDataRow.

See Also