|
|
|
|
Previous Property, ItemClass Class |
Returns the previous item (visible or hidden).
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property Previous As ItemClass |
C# |
public ItemClass Previous { get; } |
C++ |
Property Value
The previous item or null/Nothing if there is no previous item.
Comments
The Previous property returns the previous item (visible or hidden).
The Previous property can be used to traverse the items one by one, regardless of their level or hierarchical relationship. Previous will simply return the item immediately following the current item.
PreviousVisible works similarly, but returns the next visible item.