ComponentOne Basic Library for WPF and Silverlight
SelectedItem Property (C1ListBox)


C1.Silverlight Namespace > C1ListBox Class : SelectedItem Property
Gets or set the item which is selected.
Syntax
'Declaration
 
Public Property SelectedItem As System.Object
'Usage
 
Dim instance As C1ListBox
Dim value As System.Object
 
instance.SelectedItem = value
 
value = instance.SelectedItem
public System.object SelectedItem {get; set;}
See Also

Reference

C1ListBox Class
C1ListBox Members