Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesGrid Class / DataMember Property


In This Topic
    DataMember Property (NDataSeriesGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute("")>
    <SRCategoryAttribute("CatData")>
    <System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)>
    <SRDescriptionAttribute("DataGridDataMemberDescr")>
    Public Property DataMember As System.String
    'Usage
     
    
    Dim instance As NDataSeriesGrid
    Dim value As System.String
     
    instance.DataMember = value
     
    value = instance.DataMember
    [System.ComponentModel.DefaultValue("")]
    [SRCategory("CatData")]
    [System.ComponentModel.Editor("System.Windows.Forms.Design.DataMemberListEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)]
    [SRDescription("DataGridDataMemberDescr")]
    public System.string DataMember {get; set;}
    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