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