Infragistics2.Win.UltraWinTree.v8.1
UltraTreeNode Class
See Also  Members  
Infragistics.Win.UltraWinTree Namespace : UltraTreeNode Class

The UltraTreeNode object is the basic building block of the UltraTree.

Object Model











Syntax

Visual Basic (Declaration) 
Public Class UltraTreeNode 
   Inherits KeyedSubObjectBase
   Implements IKeyedSubObjectIKeyedSubObjectExISelectableItem 
C# 
public class UltraTreeNode : KeyedSubObjectBase, IKeyedSubObjectIKeyedSubObjectExISelectableItem  

Remarks

The UltraTreeNode object can display text, images, and have several styles including CheckBox or Option Buttons.

Using Appearances, the UltraTreenode can display differently depending on it's state. See NodeAppearance, ActiveNodeAppearance, ExpandedNodeAppearance, HotTrackingNodeAppearance, and SelectedNodeAppearance.

See Also