Gets or sets the current selected item or returns null if there is no selection.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public Object SelectedItem { get; set; }
Visual Basic
Public Property SelectedItem As Object
	Get
	Set

See Also