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


C1.Silverlight Namespace > C1ComboBox Class : SelectedItem Property
Gets or sets the current selected item or returns null if there is no selection.
Syntax
'Declaration
 
Public Property SelectedItem As System.Object
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Object
 
instance.SelectedItem = value
 
value = instance.SelectedItem
public System.object SelectedItem {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members