Skip to main content
All docs
V26.1
  • DashboardControl.ReloadDataSource(IDashboardDataSource) Method

    Reloads data from the specified data source instance.

    Namespace: DevExpress.DashboardWpf

    Assembly: DevExpress.Dashboard.v26.1.Wpf.dll

    Declaration

    public void ReloadDataSource(
        IDashboardDataSource dataSource
    )

    Parameters

    Name Type Description
    dataSource IDashboardDataSource

    An IDashboardDataSource object that specifies the data source.

    See Also