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