Skip to main content
A newer version of this page is available. .

DashboardControl.ReloadDataSource(IDashboardDataSource) Method

Reloads data from the specified data source instance.

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
)

Parameters

Name Type Description
dataSource IDashboardDataSource

An IDashboardDataSource object that specifies the data source.

See Also