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