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