ComponentOne Basic Library for WPF and Silverlight
Content Property (C1ComboBoxItem)


C1.Silverlight Namespace > C1ComboBoxItem Class : Content Property
Syntax
'Declaration
 
Public Property Content As System.Object
'Usage
 
Dim instance As C1ComboBoxItem
Dim value As System.Object
 
instance.Content = value
 
value = instance.Content
public System.object Content {get; set;}
See Also

Reference

C1ComboBoxItem Class
C1ComboBoxItem Members