parent property

TreeViewItem? parent

TreeViewItem that owns the children collection that this node is part of.

If null, this is the root node

Implementation

TreeViewItem? get parent => _parent;