Back to Devexpress

DashboardControl.UpdateData() Method

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

latest1.1 KB
Original Source

DashboardControl.UpdateData() Method

Performs the scheduled data update asynchronously.

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public void UpdateData()
vb
Public Sub UpdateData

Remarks

The UpdateData method asynchronously updates the WPF dashboard’s data. If the data update is not scheduled (e.g., by InvalidateData() method), the UpdateData method has no effect.

See Also

DashboardControl Class

DashboardControl Members

DevExpress.DashboardWpf Namespace