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

TreeView Class

Represents hierarchical data in a tree structure.

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

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         EO.Web.WebControlBase
            EO.Web.WebControl
               EO.Web.DataBoundControl
                  EO.Web.BaseNavigator
                     EO.Web.TreeView

[Visual Basic]
Public Class TreeView
    Inherits BaseNavigator
[C#]
public class TreeView : BaseNavigator

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.

Requirements

Namespace: EO.Web

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

See Also

TreeView Members | EO.Web Namespace


Direct link to this topic