DataPA Enterprise Dashboard Controls API Reference
Gets a DashboardTab object that is the currently selected dashboard tab. If none are selected, returns nothing.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public DashboardTab SelectedTab { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SelectedTab As DashboardTab
Get |
| Visual C++ |
|---|
public:
virtual property DashboardTab^ SelectedTab {
DashboardTab^ get () sealed;
} |
Property Value
Type:
DashboardTabTab to select.
Return Value
Type:
DashboardTabCurrent selected tab.
Remarks
See Also