Click or drag to resize
ElementParent Property
Gets the parent of this element.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public INode Parent { get; }

Property Value

Type: INode
The parent of the element if it is not the root element; otherwise null.

Implements

IElementParent
See Also