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


    DataMember Property (ComboBoxEditor)
    Gets or sets the table to bind to within the object returned by the DataSource property.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The table to bind to within the object returned by the DataSource property.")>
    <CategoryAttribute("Data")>
    <DefaultValueAttribute("")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)>
    Public Property DataMember As String
     
    'Usage
     
    Dim instance As ComboBoxEditor
    Dim value As String
     
    instance.DataMember = value
     
    value = instance.DataMember

    Property Value

    A string that specifies the table to bind to within the object returned by the DataSource property.
    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