A newer version of this page is available.
Switch to the current version.
DashboardDesigner.GetSelectedTabPage(String) Method
Gets the selected page in the specified tab container.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.2.Win.dll
Declaration
public string GetSelectedTabPage(
string tabContainerName
)
Public Function GetSelectedTabPage(
tabContainerName As String
) As String
Parameters
Name | Type | Description |
---|---|---|
tabContainerName | String | A String that is the TabContainerDashboardItem.ComponentName property value and identifies the tab container. |
Returns
Type | Description |
---|---|
String | A String that is the DashboardTabPage.ComponentName property value and identifies the tab page. |
Implements
DevExpress.DashboardWin.Native.IClientSideApi.GetSelectedTabPage(String)
See Also
Feedback