Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

SelectedCell Property, SftTree Class

Returns the currently selected cell.

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

Syntax

public CellClass SelectedCell { get; }
Public ReadOnly Property SelectedCell As CellClass

Value

The selected cell.

Comments

Returns the currently selected cell.

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

See Also SftTree Class | Classes | SftTree/NET 2.0