Table of Contents

Property NextOrPrevSibling

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

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; }

Property Value

TreeViewItem