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

Member Table: Tab Support

  • 3 minutes to read

Dashboard items can be arranged on tab pages within the tab container. Tab pages may contain items and groups. Nested tabs are not allowed.

Desktop

  • Related Classes
Name Description
TabContainerDashboardItem A tab container used to arrange dashboard items and groups within a dashboard.
DashboardTabPage A tab page in a TabContainerDashboardItem.
DashboardTabPageCollection A collection of DashboardTabPage objects.
DashboardLayoutTabContainer A layout tab container used to arrange layout tab pages within a dashboard.
DashboardLayoutTabPage A layout tab page used to arrange layout items and groups.
Name Description
Dashboard.Items Contains dashboard items and tab containers.
TabContainerDashboardItem.TabPages Provides access to the collection of tab pages stored in the tab container.
DashboardTabPage.ShowItemAsTabPage Gets or sets whether to display a single dashboard item like a tab page.
DashboardItem.ParentContainer Gets or sets the dashboard item container (a group or a tab page) that stores the current item.
Dashboard.LayoutRoot.GetTabContainersRecursive Returns the collection of layout tab container from the current layout group’s subtree.
Dashboard.LayoutRoot.ContainsRecursive Indicates whether the subtree of the current layout group contains the specified layout tab page.
DashboardLayoutGroup.FindRecursive Searches the layout tree recursively and returns the layout tab page for the specified dashboard tab page.
Name Description
DashboardDesigner.GetSelectedTabPage Gets the selected page in the specified tab container.
DashboardDesigner.SetSelectedTabPage Selects the tab page by page name or by tab container and page index.
DashboardDesigner.GetSelectedTabPage Gets the index of the selected page in the specified tab container.
Name Description
DashboardViewer.GetSelectedTabPage Gets the selected page in the specified tab container.
DashboardViewer.SetSelectedTabPage Selects the tab page by page name or by tab container and page index.
DashboardViewer.GetSelectedTabPage Gets the index of the selected page in the specified tab container.
Name Description
DashboardControl.GetSelectedTabPage Returns a component name of the selected tab page in the specified tab container.
DashboardControl.SetSelectedTabPage Selects the page specified by its component name.
DashboardControl.GetSelectedTabPageIndex Returns an index of the selected tab page in the specified tab container.

Web

  • Related Classes
Name Description
TabContainerItem A tab container used to arrange dashboard items and groups within a dashboard.
DashboardTabPage A tab page in a TabContainerItem.
DashboardLayoutTabContainer A layout tab container used to arrange layout tab pages within a dashboard.
DashboardLayoutTabPage A layout tab page used to arrange layout items and groups.
Name 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.
Name 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.
Name Description
ASPxClientDashboard.GetSelectedTabPage Gets the selected page in the specified tab container.
ASPxClientDashboard.SetSelectedTabPage Selects the specified tab page by its component name.
ASPxClientDashboard.GetSelectedTabPageIndex Gets the index of the selected page in the specified tab container.
ASPxClientDashboard.SetSelectedTabPageIndex Selects the specified tab page by its index in the specified tab container.
See Also