ElementCollection..::..Parent Property

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public Control Parent { get; set; }
Public Property Parent As Control
	Get
	Set
public:
property Control^ Parent {
	Control^ get ();
	void set (Control^ value);
}