Gets or sets a string that specifies the field of the data source from which to draw the image.
'Declaration
<TypeConverterAttribute("Xceed.Editors.Design.ImageMemberConverter,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
<MergablePropertyAttribute(False)>
Public Property ImageMember As String
'Usage
Dim instance As WinComboBox
Dim value As String
instance.ImageMember = value
value = instance.ImageMember
[TypeConverter("Xceed.Editors.Design.ImageMemberConverter,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
[MergableProperty(false)]
public string ImageMember {get; set;}
Property Value
A string specifying the name of a field of the object specified by the
DataSource property from which to draw the image. By default,
DefaultImageMember.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2