DataColumnParentObject Property |
Get / sets the parent object of this data column.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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