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

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

Syntax

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

See Also