Back to Devexpress

DashboardControl.ReloadDataSource Method

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-dot-reloaddatasource.md

latest1.3 KB
Original Source

DashboardControl.ReloadDataSource Method

NameParametersDescription
ReloadDataSource(IDashboardDataSource, CancellationToken)dataSource, tokenReloads data from the specified data source. Accepts data source object as the parameter. You can propagate a notification to cancel it.
ReloadDataSource(IDashboardDataSource)dataSourceReloads data from the specified data source instance.
ReloadDataSource(String, CancellationToken)dataSourceComponentName, tokenReloads data from the specified data source. Accepts data source component name as the parameter. You can propagate a notification to cancel it.
ReloadDataSource(String)dataSourceComponentNameReloads data from the specified data source. Accepts data source component name as the parameter.