DashboardViewer.ReloadDataSource(IDashboardDataSource) Method
In This Article
Reloads data from the specified data source instance.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public void ReloadDataSource(
IDashboardDataSource dataSource
)
#Parameters
Name | Type | Description |
---|---|---|
data |
IDashboard |
An IDashboard |
#Implements
See Also