Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

LastItem Property, SftTree Class

Returns the last item in the control on level 0.

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

Syntax

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

Value

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

Comments

Returns the last item in the control on level 0.

The returned item is the last item in the control on level 0.

This is equivalent to the ItemCollectionClass.Last property.

See Also SftTree Class | Classes | SftTree/NET 2.0