'Declaration <DescriptionAttribute("The Xceed.Grid.GridControl used as the WinComboBox control's dropdown.")> <CategoryAttribute("DropDown")> <TypeConverterAttribute("Xceed.Grid.Design.BlankExpandableObjectConverter,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <MergablePropertyAttribute(False)> Public Shadows ReadOnly Property DropDownControl As GridControl
'Usage Dim instance As WinComboBox Dim value As GridControl value = instance.DropDownControl
[Description("The Xceed.Grid.GridControl used as the WinComboBox control's dropdown.")] [Category("DropDown")] [TypeConverter("Xceed.Grid.Design.BlankExpandableObjectConverter,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [MergableProperty(false)] public new GridControl DropDownControl {get;}