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

TreeNode Class

Represents a tree node in a TreeView control.

For a list of all members of this type, see TreeNode Members.

System.Object
   EO.Web.NavigationItem
      EO.Web.TreeNode

[Visual Basic]
Public Class TreeNode
    Inherits NavigationItem
[C#]
public class TreeNode : NavigationItem

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A TreeView control is made up of a hierarchy of tree nodes represented by TreeNode objects. A group of tree nodes that have the same parent node forms SubGroup of the tree node, and is represented by the TreeNodeGroup object. The group can be accessed by TreeNode.SubGroup property. You can access the parent tree node of the subgroup by using TreeNodeGroup.ParentNode property.

Each subgroup maintains a collection of child TreeNode objects. You can access this child tree node collection through:

Both properties access the same TreeNodeCollection object.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

TreeNode Members | EO.Web Namespace


Direct link to this topic