DataMember Property (C1BindingSource)
In This Topic
Gets or sets the specific list in the data source to which the connector currently binds to.
Syntax
'Declaration
Public Property DataMember As System.String
public System.string DataMember {get; set;}
See Also