Infragistics2.Win.UltraWinTree.v8.1
Control Property
See Also 
Infragistics.Win.UltraWinTree Namespace > UltraTreeNode Class : Control Property

Returns the control that the UltraTreeNode is owned by (read-only)

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Control As UltraTree
C# 
public UltraTree Control {get;}

Remarks

Returns Nothing if the node has no associated control.

See Also