Gets the C1TreeViewItem that is the parent of this item.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.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 |