DataPA Enterprise Dashboard Controls API Reference
Gets and sets a CalculatedColumns 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 CalculatedColumns Parent { get; set; }
Visual Basic
Public Property Parent As CalculatedColumns
	Get
	Set
Visual C++
public:
virtual property CalculatedColumns^ Parent {
	CalculatedColumns^ get () sealed;
	void set (CalculatedColumns^ value) sealed;
}

Property Value

Type: CalculatedColumns
A CalculatedColumns object that represents the parent of this object.

Return Value

Type: CalculatedColumns
A CalculatedColumns object that represents the parent of this object.

Remarks