Skip to main content

DashboardControl.ReloadDataSource(IDashboardDataSource) Method

Reloads data from the specified data source instance.

Namespace: DevExpress.DashboardWpf

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

NuGet Package: 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