Skip to main content
All docs
V18.2

ASPxClientDashboard.Refresh() Method

Refreshes an entire dashboard displayed in the Web Dashboard control.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void Refresh()

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