Click or drag to resize

RelDocNodeProxyDocument Property

Gets/sets the document node that is held by this proxy. If the stored doc node is null, it is tried to resolve the stored document path. If that fails too, null is returned.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IDocumentLeafNode Document { get; set; }

Property Value

IDocumentLeafNode
See Also