ITreeViewNode Interface

A node in an Oracle TreeView object.

C# Syntax

public interface ITreeViewNode

Public Methods

 NameDescription
MethodCollapse

Collapses the specified item in the tree.

C# Syntax

void Collapse ()
MethodExpand

Expands the specified item in the tree.

C# Syntax

void Expand ()