'Declaration <DescriptionAttribute("Specifies the field of the data source from which to draw the value.")> <CategoryAttribute("Data")> <TypeConverterAttribute("Xceed.Grid.Design.ValueMemberConverter,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")> <MergablePropertyAttribute(False)> Public Property ValueMember As String
'Usage Dim instance As ComboBoxViewer Dim value As String instance.ValueMember = value value = instance.ValueMember
[Description("Specifies the field of the data source from which to draw the value.")] [Category("Data")] [TypeConverter("Xceed.Grid.Design.ValueMemberConverter,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")] [MergableProperty(false)] public string ValueMember {get; set;}