Click or drag to resize

SuspendableDocumentNodeBaseParentObject Property

Gets/sets the parent object this instance belongs to.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual IDocumentNode? ParentObject { get; set; }

Property Value

IDocumentNode

Implements

IDocumentLeafNodeParentObject
See Also