Table of Contents

Property ParentItems

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ParentItems

Gets items from the TreeView (if item is on root level) or from the Parent (if item has parent).

[Browsable(false)]
public Collection<TreeViewItem>? ParentItems { get; }

Property Value

Collection<TreeViewItem>

Remarks

If item has no parent and is not attached to the TreeView this property returns null.