ArcFM Solution Developer Guide
DataMember Property


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("DataGridViewDataMemberDescr")>
Public Property DataMember As System.String
'Usage
 
Dim instance As TreeGridView
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("DataGridViewDataMemberDescr")]
public System.string DataMember {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TreeGridView Class
TreeGridView Members

 

 


Send Comment