Gets the C1TreeViewItem that is the parent of this item.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
[ObsoleteAttribute("The Parent property overload is obsolete, use the ParentItem property instead.")]
public C1TreeViewItem Parent { get; }
Visual Basic
<ObsoleteAttribute("The Parent property overload is obsolete, use the ParentItem property instead.")> _
Public ReadOnly Property Parent As C1TreeViewItem
	Get

See Also