Table of Contents

Property Owner

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Owner

Gets the owner of this tree control item.

public override ITreeControlItemContainer? Owner { get; }

Property Value

ITreeControlItemContainer

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.