Skip to main content
All docs
V24.2

DashboardControl.ReloadDataSource(String, CancellationToken) Method

In This Article

Reloads data from the specified data source. Accepts data source component name 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(
    string dataSourceComponentName,
    CancellationToken token
)

#Parameters

Name Type Description
dataSourceComponentName String

A String value that specifies the data source component name.

token CancellationToken

A CancellationToken object to monitor for cancellation requests.

See Also