DashboardControl.ReloadDataSource(IDashboardDataSource, CancellationToken) Method
In This Article
Reloads data from the specified data source. Accepts data source object as the parameter. You can propagate a notification to cancel it.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
public void ReloadDataSource(
IDashboardDataSource dataSource,
CancellationToken token
)
#Parameters
Name | Type | Description |
---|---|---|
data |
IDashboard |
An IDashboard |
token | Cancellation |
A Cancellation |
See Also