Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

First Property, ItemCollectionClass Class

Returns the first item in the item collection.

Class: ItemCollectionClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

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

Value

The first item or null/Nothing if there are no items.

Comments

Returns the first item in the item collection.

See Also ItemCollectionClass Class | Classes | SftTree/NET 2.0