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

DashboardViewer.RestoreDashboardItem() Method

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public void RestoreDashboardItem()

Remarks

To maximize an item:

To restore an item’s size:

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