Skip to main content

IDashboardControl.ReloadDataSourceAsync(IDashboardDataSource) Method

Reloads data from the specified data source. Accepts data source object as the parameter. The operation is asynchronous.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

Task ReloadDataSourceAsync(
    IDashboardDataSource dataSource
)

Parameters

Name Type Description
dataSource IDashboardDataSource

An IDashboardDataSource object that specifies the data source.

Returns

Type Description
Task

The task object that is the asynchronous operation.

See Also