Gets the current selected item (if not in single selection mode returns the last of the SelectedItems.

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

Syntax

C#
public T SelectedItem {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	private set;
 }
Visual Basic
Public Property SelectedItem As T
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Private Set

See Also