Gets or sets the specific list in the data source to which the connector currently binds to.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public string DataMember { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property DataMember As String
	Get
	Set

See Also