| DashboardDesignerSelectedTab Property  | 
            
               
             | 
          
        
        DataPA OpenAnalytics 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)
Syntaxpublic DashboardTab SelectedTab { get; }Public ReadOnly Property SelectedTab As DashboardTab
	Get
public:
virtual property DashboardTab^ SelectedTab {
	DashboardTab^ get () sealed;
}function get_SelectedTab();
Property Value
Type: 
DashboardTabTab to select.
Return Value
Type: 
DashboardTabCurrent selected tab.
Remarks
See Also