GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlBindingTransformer Class / TreeChildNodePortPath Property
In This Topic
    TreeChildNodePortPath Property
    In This Topic
    Gets or sets the property path to find the port on a logical child node to which a copy of TreeLinkPrototype will be connected, when TreeStructured is true or when using the "TreeParentNode" property binding.
    Syntax
    public string TreeChildNodePortPath {get; set;}

    Property Value

    This defaults to "Port", which should work for most node classes that are defined to have a single port.
    See Also