Property ParentItems
ParentItems
Gets items from the StdTreeView (if item is on root level) or from the Parent (if item has parent).
[Browsable(false)]
public IReadOnlyList<TreeViewItem>? ParentItems { get; }
Property Value
Remarks
If item has no parent and is not attached to the StdTreeView this
property returns null.