Back to Devexpress

DashboardViewer.ReloadData(Boolean) Method

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-dot-reloaddata-x28-system-dot-boolean-x29.md

latest1.3 KB
Original Source

DashboardViewer.ReloadData(Boolean) Method

Reloads data in the data sources.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public void ReloadData(
    bool suppressWaitForm
)
vb
Public Sub ReloadData(
    suppressWaitForm As Boolean
)

Parameters

NameTypeDescription
suppressWaitFormBoolean

Specifies whether the Loading Panel is shown while data is loaded in the data sources.

|

Implements

ReloadData(Boolean)

See Also

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace