HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

NextSibling Property, ItemClass Class

Returns the item's next sibling item.

Class: ItemClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public ItemClass NextSibling { get; }
Public ReadOnly Property NextSibling As ItemClass

Value

The next sibling item or null/Nothing if there is no sibling item.

Comments

Returns the item's next sibling item.

The next sibling of the item is found by scanning towards the end of the tree control and locating an item on the same level (ItemClass.Level property) as the current item without encountering a parent item on a higher level.

See Also ItemClass Class | Classes | SftTree/NET 3.0