Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

SelectedItem Property, SftTree Class

Returns the currently selected item.

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

Syntax

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

Value

The selected item.

Comments

Returns the currently selected item.

This property is only available if single item selection is active (SftTree.SelectionStyle == SelectionStyleEnum.SingleItem).

See Also SftTree Class | Classes | SftTree/NET 2.0