Skip to main content
All docs
V18.2

ASPxClientDashboard.Refresh(String[]) Method

Refreshes specific items from the dashboard displayed in the Web Dashboard control.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public void Refresh(
    string[] itemName
)

Parameters

Name Type Description
itemName String[]

An array of string values that specify the component names of the dashboard items to be refreshed.

Remarks

The Refresh method requests the actual state of the dashboard/dashboard item from the web server. For instance, the call of this method returns the actual data from the web or database server.

See Also