Property ParentItems
ParentItems
[Browsable(false)]
public Collection<TreeViewItem>? ParentItems { get; }
Property Value
Remarks
If item has no parent and is not attached to the TreeView this
property returns null
.
[Browsable(false)]
public Collection<TreeViewItem>? ParentItems { get; }
If item has no parent and is not attached to the TreeView this
property returns null
.