Skip to main content
All docs
V18.2

ASPxClientDashboard.RestoreDashboardItem() Method

Restores the item size if an item is expanded to the entire dashboard size (maximized).

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void RestoreDashboardItem()

Remarks

To maximize an item:

To restore an item’s size:

  • Call the RestoreDashboardItem() method in code.
  • End users can click the Restore button in the dashboard item caption.

Note

The dashboard item is re-created when you maximize / restore the item. All events connected with dashboard item life cycle (such as ItemWidgetCreated, ItemWidgetUpdated, etc.) are fired again.

See Also