Click or drag to resize

DataColumnParentObject Property

Get / sets the parent object of this data column.

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

Property Value

IDocumentNode

Implements

IDocumentLeafNodeParentObject
Remarks
Normally the parent object is a DataColumnCollection. In this case this member is set during addition of the data column to the collection. If some other object owns the data column, it is responsible for setting the parent to himself.
See Also