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