Skip to main content
A newer version of this page is available. .

DashboardControl.UpdateData() Method

Performs the scheduled data update asynchronously.

Namespace: DevExpress.DashboardWpf

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

Declaration

public void 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