The owner of C1TreeViewNodeCollection to wich this node belongs to.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[BrowsableAttribute(false)]
public IC1TreeViewNodeCollectionOwner Owner { get; internal set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property Owner As IC1TreeViewNodeCollectionOwner
	Get
	Friend Set

Implements

IC1TreeViewNodeCollectionOwner..::..Owner

See Also