Skip to main content

DashboardControl.InvalidateData(String) Method

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.1.Wpf.dll

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public void InvalidateData(
    string dashboardItemName
)

Parameters

Name Type Description
dashboardItemName String

A String object that is a dashboard item name.

See Also