Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

Last Property, ItemCollectionClass Class

Returns the last item in the item collection.

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

Syntax

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

Value

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

Comments

Returns the last item in the item collection.

See Also ItemCollectionClass Class | Classes | SftTree/NET 2.0