DashboardControl.UpdateData() Method
In This Article
Performs the scheduled data update asynchronously.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
#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