ManagedDashboardSelectedTab Property |
|
DataPA OpenAnalytics 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 public DashboardTab SelectedTab { get; set; }
Public Property SelectedTab As DashboardTab
Get
Set
public:
virtual property DashboardTab^ SelectedTab {
DashboardTab^ get () sealed;
void set (DashboardTab^ value) sealed;
}
function get_SelectedTab();
function set_SelectedTab(value);
Property Value
Type:
DashboardTabThe currently selected DashboardTab
Return Value
Type:
DashboardTabThe currently selected DashboardTab
Remarks See Also