DataPA Enterprise Dashboard Controls API Reference
Gets and sets the currently selected DashboardTab
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public DashboardTab SelectedTab { get; set; } |
| Visual Basic |
|---|
Public Property SelectedTab As DashboardTab
Get
Set |
| Visual C++ |
|---|
public:
virtual property DashboardTab^ SelectedTab {
DashboardTab^ get () sealed;
void set (DashboardTab^ value) sealed;
} |
Property Value
Type:
DashboardTabThe currently selected DashboardTab
Return Value
Type:
DashboardTabThe currently selected DashboardTab
Remarks
See Also