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


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

Reference

C1DropDown Class
C1DropDown Members