Table of Contents
TopGroup Property

Gets the top level group.

Syntax
 public TreeNodeGroup TopGroup { get; }

Property Value

TreeNodeGroup

The top level group object.

This property is read only. However, you can set the properties of the TreeNodeGroup object it returns.

Remarks

Use TopGroup to control the appearance, behavior and content of the top level tree nodes.

See Also