DataPA Enterprise Dashboard Controls API Reference
Gets and sets the ControlPanelObjects object that is the parent of this object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public ControlPanelObjects Parent { get; set; }
Visual Basic
Public Property Parent As ControlPanelObjects
	Get
	Set
Visual C++
public:
virtual property ControlPanelObjects^ Parent {
	ControlPanelObjects^ get () sealed;
	void set (ControlPanelObjects^ value) sealed;
}

Property Value

Type: ControlPanelObjects
The ControlPanelObjects object that is the parent of this object.

Return Value

Type: ControlPanelObjects
The ControlPanelObjects object that is the parent of this object.

Remarks