GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlBindingTransformer Class / TreeLinksToChildren Property
In This Topic
    TreeLinksToChildren Property
    In This Topic
    Gets or sets whether newly created links should connect from logical parent nodes to logical child nodes, when TreeStructured is true or when using the "TreeParentNode" property binding.
    Syntax
    public bool TreeLinksToChildren {get; set;}

    Property Value

    The default value is true. A false value will connect links in the opposite direction.
    See Also