DataMember Property (Series)
In This Topic
Gets or sets the name of the DataMember, if any, for the DataSource.
Syntax
'Declaration
<DefaultValueAttribute("")>
<C1CategoryAttribute("Data")>
<C1DescriptionAttribute("Series.DataMember", "Gets or sets the name of the DataMember, if any, for the DataSource.")>
<EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.Design", "System.Drawing.Design.UITypeEditor, System.Drawing")>
Public Property DataMember As String
[DefaultValue("")]
[C1Category("Data")]
[C1Description("Series.DataMember", "Gets or sets the name of the DataMember, if any, for the DataSource.")]
[Editor("System.Windows.Forms.Design.DataMemberListEditor, System.Design", "System.Drawing.Design.UITypeEditor, System.Drawing")]
public string DataMember {get; set;}
See Also