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

Property Value

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

Return Value

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

Remarks