Gets the C1TreeViewItem that is the parent of this item.

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

Syntax

C#
public C1TreeViewItem ParentItem { get; }
Visual Basic
Public ReadOnly Property ParentItem As C1TreeViewItem
	Get

See Also