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