Click or drag to resize

RelDocNodeProxyDocument Property

Gets or sets the document node that is held by this proxy. If the stored document 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.3572.0 (4.8.3572.0)
Syntax
C#
public IDocumentLeafNode Document { get; set; }

Property Value

IDocumentLeafNode
See Also