Property NextOrPrevSibling
NextOrPrevSibling
Gets next sibling if item is not the last one, otherwise gets previous sibling. If item has no siblings, Parent is returned.
[Browsable(false)]
public TreeViewItem? NextOrPrevSibling { get; }
Gets next sibling if item is not the last one, otherwise gets previous sibling. If item has no siblings, Parent is returned.
[Browsable(false)]
public TreeViewItem? NextOrPrevSibling { get; }