ControlPanelObjectEnabled Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates whether the ControlPanelObject is currently enabled.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool Enabled { get; }
Public ReadOnly Property Enabled As Boolean
Get
public:
virtual property bool Enabled {
bool get () sealed;
}
Return Value
Type:
BooleanA value that indicates whether the ControlPanelObject is currently enabled
Remarks Control will only be disabled if it is related to a query that is being updated.
See Also