Skip to main content
All docs
V25.1
  • DashboardViewer.ReloadDataSource(IDashboardDataSource) Method

    Reloads data from the specified data source instance.

    Namespace: DevExpress.DashboardWin

    Assembly: DevExpress.Dashboard.v25.1.Win.dll

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    public void ReloadDataSource(
        IDashboardDataSource dataSource
    )

    Parameters

    Name Type Description
    dataSource IDashboardDataSource

    An IDashboardDataSource object that specifies the data source.

    See Also