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

DashboardControl.InvalidateData() Method

Schedules the asynchronous data update for the entire dashboard. The data update is performed when the UpdateLayout() method is called.

Namespace: DevExpress.DashboardWpf

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, DevExpress.Wpf.Dashboard

Declaration

public void InvalidateData()
See Also