Gets or sets the first node in the current selection or returns null if the selection is empty. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.HierarchicalData.Controls (in DlhSoft.HierarchicalData.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public Node SelectedNode { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property SelectedNode As Node

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThe SelectionMode property is set to Single.

See Also