DashboardUnderlyingDataRow.DataSet Property
In This Article
Gets the DashboardUnderlyingDataSet that contains the current DashboardUnderlyingDataRow.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DashboardUnderlyingDataSet DataSet { get; }
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
See Also