|
|
|
|
FirstItem Property, SftTree Class |
Returns the first item in the control.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property FirstItem As ItemClass |
C# |
public ItemClass FirstItem { get; } |
C++ |
Property Value
The first item or null/Nothing if the control's item collection is empty.
Comments
The FirstItem property returns the first item in the control.
The returned item is the first item in the control and is always on level 0.
This is equivalent to the ItemCollectionClass.First property.