Returns the first item in the control.
Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
public ItemClass FirstItem { get; }
Public ReadOnly Property FirstItem As ItemClass
The first item or null/Nothing if the control's item collection is empty.
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.
See Also SftTree Class | Classes | SftTree/NET 2.0