'Declaration <DescriptionAttribute("The data source used to populate the ComboBoxViewer.")> <CategoryAttribute("Data")> <DefaultValueAttribute("")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <TypeConverterAttribute("System.Windows.Forms.Design.DataSourceConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")> Public Property DataSource As Object
'Usage Dim instance As ComboBoxViewer Dim value As Object instance.DataSource = value value = instance.DataSource
[Description("The data source used to populate the ComboBoxViewer.")] [Category("Data")] [DefaultValue("")] [RefreshProperties(RefreshProperties.Repaint)] [TypeConverter("System.Windows.Forms.Design.DataSourceConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] public object DataSource {get; set;}