Skip to main content
A newer version of this page is available. .
All docs
V20.2

DashboardControl.ReloadDataSource(IDashboardDataSource, CancellationToken) Method

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.v20.2.Wpf.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, DevExpress.Wpf.Dashboard

Declaration

public void ReloadDataSource(
    IDashboardDataSource dataSource,
    CancellationToken token
)

Parameters

Name Type Description
dataSource IDashboardDataSource

An IDashboardDataSource object that specifies the data source.

token CancellationToken

A CancellationToken object to monitor for cancellation requests.

See Also