TREENODETYPE Element | TreeNodeType Class

This class represents a node type and sets attributes to apply to a node or a group of nodes within a TreeView.

Syntax

Visual Basic  Public  Class TreeNodeType Inherits TreeBase
C# public   class TreeNodeType : TreeBase
Managed C++ public:  __gc class TreeNodeType :  public TreeBase
JScript public   class TreeNodeType extends TreeBase

Inheritance Hierarchy

Members Table

The following table lists the members exposed by the TreeNodeType object.

Attributes/Properties
Attribute Property Description
EXPANDABLE Expandable Sets or retrieves a value that indicates whether a plus-sign image displays on a node.
NAVIGATEURL NavigateUrl Sets or retrieves the URL of the page to navigate to when the user clicks a node.
TYPE Type Sets or retrieves the name of the node type.
Methods
Method Description
RenderDesignerPath Not supported.
RenderDownLevelPath Not supported.
RenderUpLevelPath Implements the uplevel rendering path for this method.
ToString Retrieves a string that indicates the current object.

Class Information

Namespace Microsoft.Web.UI.WebControls
Assembly Microsoft.Web.UI.WebControls.dll

Applies To

TREEVIEW

See Also

Show: