DataPA Enterprise Dashboard Controls API Reference
Gets and sets the ControlPanelObjects collection associated with this Dashboard Object.

Namespace: DataPAEnterpriseDashboard
Assembly: 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: ControlPanelObjects
The ControlPanelObjects collection associated with this Dashboard Object.

Return Value

Type: ControlPanelObjects
The ControlPanelObjects collection associated with this Dashboard Object.

Remarks