DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates whether the ControlPanelObject is currently enabled.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool Enabled { get; }
Visual Basic
Public ReadOnly Property Enabled As Boolean
	Get
Visual C++
public:
virtual property bool Enabled {
	bool get () sealed;
}

Return Value

Type: Boolean
A 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