Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

TreeNode.SubGroup Property

Gets subgroup of a TreeNode.

[Visual Basic]
Public ReadOnly Property SubGroup As TreeNodeGroup
[C#]
public TreeNodeGroup SubGroup {get;}

Property Value

TreeNodeGroup

The subgroup of a tree node.

The property is read only, however, you can access the properties and methods of the object it returns.

Remarks

Use this property to control the appearance, behavior and contents of the subgroup.

See Also

TreeNode Class | EO.Web Namespace


Direct link to this topic