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

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.v18.2.Wpf.dll

Declaration

public void InvalidateData(
    string dashboardItemName
)

Parameters

Name Type Description
dashboardItemName String

A String object that is a dashboard item name.

See Also