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

DashboardDataRow.DataSet Property

Gets the DashboardDataSet that contains the current DashboardDataRow.

Namespace: DevExpress.DashboardCommon

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

Declaration

public DashboardDataSet DataSet { get; }

Property Value

Type Description
DashboardDataSet

A DashboardDataSet object that contains the current DashboardDataRow.

See Also