PowerWEB LiveControls for ASP.NET
DataMember Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveDropDownListColumn Class : DataMember Property



Gets or sets the specific table in the DataSource to bind to the LiveDropDownListColumn.

Syntax

Visual Basic (Declaration) 
Public Property DataMember As String
Visual Basic (Usage)Copy Code
Dim instance As LiveDropDownListColumn
Dim value As String
 
instance.DataMember = value
 
value = instance.DataMember
C# 
public string DataMember {get; set;}
C++/CLI 
public:
property String^ DataMember {
   String^ get();
   void set (    String^ value);
}

Remarks

If the DataSource contains more than one table, use this property to specify the exact table to bind to the LiveDropDownListColumn.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.