DataPA Enterprise Dashboard Controls API Reference
Gets an object that represents the parent of this object.

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

Syntax

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

Return Value

Type: DashboardObject
An object that represents the parent of this object.

Remarks