DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if the control has an open ManagedDashboard object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public bool HasDashboard { get; } |
Visual Basic |
---|
Public ReadOnly Property HasDashboard As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool HasDashboard {
bool get () sealed;
} |
Return Value
Type:
BooleanTrue if the control has an open ManagedDashboard object.
Remarks
See Also