Responder Developer Guide
DataMember Property


Syntax
'Declaration
 
<LocalizedDescriptionAttribute("Indicates a sub-list of the DataSource to show in the UltraWinGrid.")>
<RefreshPropertiesAttribute(RefreshProperties.All)>
<DefaultValueAttribute()>
<LocalizedCategoryAttribute("Data")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing", EditorTypeName="System.Windows.Forms.Design.DataMemberListEditor, System.Design")>
Public Property DataMember As String
'Usage
 
Dim instance As UltraGridSafe
Dim value As String
 
instance.DataMember = value
 
value = instance.DataMember
[LocalizedDescription("Indicates a sub-list of the DataSource to show in the UltraWinGrid.")]
[RefreshProperties(RefreshProperties.All)]
[DefaultValue()]
[LocalizedCategory("Data")]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing", EditorTypeName="System.Windows.Forms.Design.DataMemberListEditor, System.Design")]
public 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

UltraGridSafe Class
UltraGridSafe Members

 

 


Send Comment