[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the View's parent Viewable.

Namespace: net.esper.view
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Property Parent As Viewable
C#
public virtual Viewable Parent { get; set; }
Visual C++
public:
virtual property Viewable^ Parent {
	Viewable^ get ();
	void set (Viewable^ value);
}

Field Value

Return Value

viewable