Back to Devexpress

DashboardDesigner.RestoreDashboardItem() Method

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-4600b8ef.md

latest1.7 KB
Original Source

DashboardDesigner.RestoreDashboardItem() Method

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

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public void RestoreDashboardItem()
vb
Public Sub 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.

Implements

RestoreDashboardItem()

See Also

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace