Property Owner
Owner
Gets the owner of this tree control item.
public virtual ITreeControlItemContainer? Owner { get; }
Property Value
Remarks
If this item is the root item, the owner is the object passed to the constructor. Otherwise, the owner is the owner of the root item.