Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

FirstItem Property, SftTree Class

Returns the first item in the control.

Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

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

Value

The first item or null/Nothing if the control's item collection is empty.

Comments

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