| 
 | 
 | 
 | 
| 
        | OwningControl Property, ItemClass Class | 
Returns the control owning this item.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
| VB | Public ReadOnly Property OwningControl As SftTree | 
| C# | public SftTree OwningControl { get; } | 
| C++ | 
Property Value
The owning control.
Comments
The OwningControl property returns the control owning this item.
Items are not standalone objects, they are always owned by a containing control.