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

The UltraTree control that owns this nodes collection (read-only).

Syntax

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

Return Value

Returns the UltraTree control that the nodes collection belongs to, or null (Nothing in VB) if there is no control.

See Also