Intersoft WebCombo Documentation
DataMember Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebCombo Class : DataMember Property






Specifies the data member in multimember data source to bind to the WebCombo control. Specifies the data member in multimember data source to bind to the WebCombo control.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Windows.Forms.Design.DataMemberListEditor, System.Windows.Forms.Design.DLL")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies the data member in multimember data source to bind to the WebCombo control.")>
<CategoryAttribute("Data")>
Public Property DataMember As String
Visual Basic (Usage)Copy Code
Dim instance As WebCombo
Dim value As String
 
instance.DataMember = value
 
value = instance.DataMember
C# 
[NotifyParentPropertyAttribute(true)]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Windows.Forms.Design.DataMemberListEditor, System.Windows.Forms.Design.DLL")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the data member in multimember data source to bind to the WebCombo control.")]
[CategoryAttribute("Data")]
public string DataMember {get; set;}
Delphi 
public read-write property DataMember: String; 
JScript 
NotifyParentPropertyAttribute()
EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Windows.Forms.Design.DataMemberListEditor, System.Windows.Forms.Design.DLL")
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
DescriptionAttribute("Specifies the data member in multimember data source to bind to the WebCombo control.")
CategoryAttribute("Data")
public function get,set DataMember : String
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Windows.Forms.Design.DataMemberListEditor, System.Windows.Forms.Design.DLL")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the data member in multimember data source to bind to the WebCombo control.")]
[CategoryAttribute("Data")]
public: __property string* get_DataMember();
public: __property void set_DataMember( 
   string* value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Windows.Forms.Design.DataMemberListEditor, System.Windows.Forms.Design.DLL")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the data member in multimember data source to bind to the WebCombo control.")]
[CategoryAttribute("Data")]
public:
property String^ DataMember {
   String^ get();
   void set (    String^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.