DataPA Enterprise Dashboard Controls API Reference
Returns a containing workspace object referenced by contained page.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public KryptonWorkspace TabWorkspaceFromPage(
KryptonPage Page
) |
| Visual Basic |
|---|
Public Function TabWorkspaceFromPage (
Page As KryptonPage
) As KryptonWorkspace |
| Visual C++ |
|---|
public:
virtual KryptonWorkspace^ TabWorkspaceFromPage(
KryptonPage^ Page
) sealed |
Parameters
- Page
- Type: KryptonPage
The page you want to retrieve the workspace for.
Return Value
Type:
KryptonWorkspaceThe workspace that contains the page.
Remarks
See Also