DashboardControl.InvalidateData(String) Method
In This Article
Schedules the asynchronous data update for the specified dashboard item. The data update is performed when the UpdateLayout() method is called.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
String | A String object that is a dashboard item name. |
See Also