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

Member Table: Maximize and Restore

  • 2 minutes to read

You can expand any dashboard item into the entire dashboard size to examine data in greater detail and subsequently restore the item to its original size.

Desktop

API Description
DashboardDesigner.MaximizeDashboardItem(System.String) Expands the specified dashboard item to the entire dashboard size to examine data in greater detail.
DashboardDesigner.AllowMaximizeAnimation Gets or sets whether to enable the animation when you maximize or restore dashboard items.
DashboardDesigner.AllowMaximizeDashboardItems Gets or sets whether end users can maximize dashboard items.
DashboardDesigner.DashboardItemMaximizedStateChanged Fires when an item becomes maximized or restores its original size.
API Description
DashboardViewer.GetSelectedTabPage Gets the selected page in the specified tab container.
API Description
DashboardControl.GetSelectedTabPage Returns a component name of the selected tab page in the specified tab container.

Web

API Description
AllowMaximizeItems Gets or sets whether end users can maximize dashboard items.
API Description
Dashboard.items Contains dashboard items and tab containers.
TabContainerItem.tabPages Provides access to the collection of tab pages stored in the tab container.
DashboardItem.parentContainer Specifies the dashboard item container (a group or a tab page) that stores the current item.
API Description
DashboardControl.getSelectedTabPage
Gets the selected page in the specified tab container.
DashboardControl.setSelectedTabPage
Selects the specified tab page by its component name.
DashboardControl.getSelectedTabPageIndex
Gets the index of the selected page in the specified tab container.
-
DashboardControl.setSelectedTabPageIndex
Selects the specified tab page by its index in the specified tab container.
API Description
AllowMaximizeItems Gets or sets whether end users can maximize dashboard items.
API Description
MaximizeDashboardItem(String) Expands the specified dashboard item to the entire dashboard size to examine data in greater detail.
GetMaximizedDashboardItemName Returns the name of the maximized dashboard item.
RestoreDashboardItem() Restores the item size if an item is expanded to the entire dashboard size (maximized).
See Also