Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Editors Namespace / ComboBoxEditor Class / ImageMember Property


In This Topic
    ImageMember Property (ComboBoxEditor)
    In This Topic
    Gets or sets a string that specifies the field of the data source from which to draw the image.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Specifies the field of the data source from which to draw the image.")>
    <CategoryAttribute("Data")>
    <TypeConverterAttribute("Xceed.Editors.Design.ImageMemberConverter,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <MergablePropertyAttribute(False)>
    Public Property ImageMember As String
    'Usage
     
    Dim instance As ComboBoxEditor
    Dim value As String
     
    instance.ImageMember = value
     
    value = instance.ImageMember
    [Description("Specifies the field of the data source from which to draw the image.")]
    [Category("Data")]
    [TypeConverter("Xceed.Editors.Design.ImageMemberConverter,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [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. By default, Xceed.Editors.WinComboBox.DefaultImageMember.
    Requirements

    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

    See Also