Nevron .NET Vision
Nevron.Diagram.DataImport Namespace / NTreeDataSourceImporter Class / CollapsibleSubtrees Property


In This Topic
    CollapsibleSubtrees Property
    In This Topic
    If set to true all nodes in the diagram (except for the leafs of the tree) will have a show-hide subtree decorator.
    Syntax
    'Declaration
     
    
    Public Property CollapsibleSubtrees As System.Boolean
    'Usage
     
    
    Dim instance As NTreeDataSourceImporter
    Dim value As System.Boolean
     
    instance.CollapsibleSubtrees = value
     
    value = instance.CollapsibleSubtrees
    public System.bool CollapsibleSubtrees {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also