| DashboardTabDisposeOnLeave Property |   | 
        
        DataPA OpenAnalytics API Reference
        
 Gets and sets a value that indicates if this tab will be disposed of when the user moves to another tab.
 
         
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
 Syntax
Syntaxpublic bool DisposeOnLeave { get; set; }Public Property DisposeOnLeave As Boolean
	Get
	Set
public:
virtual property bool DisposeOnLeave {
	bool get () sealed;
	void set (bool value) sealed;
}function get_DisposeOnLeave();
function set_DisposeOnLeave(value);
Property Value
Type: 
BooleanTrue if this tab will be disposed of when the user moves to another tab.
Return Value
Type: 
BooleanTrue if this tab will be disposed of when the user moves to another tab.
 Remarks
RemarksSetting this property to true will reduce the memory this tab takes up when it is not being viewed. However, it will require the tab to be re-rendered each time it is shown.
 See Also
See Also