DataPA Enterprise Dashboard Controls API Reference
Gets and sets the DashboardObjects collection for this tab.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public DashboardObjects DashboardObjects { get; set; } |
Visual Basic |
---|
Public Property DashboardObjects As DashboardObjects
Get
Set |
Visual C++ |
---|
public:
virtual property DashboardObjects^ DashboardObjects {
DashboardObjects^ get () sealed;
void set (DashboardObjects^ value) sealed;
} |
Property Value
Type:
DashboardObjectsThe DashboardObjects collection for this tab.
Return Value
Type:
DashboardObjectsThe DashboardObjects collection for this tab.
Remarks
See Also