ComponentOne InputPanel for WinForms
DataMember Property (C1InputPanel)

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > C1InputPanel Class : DataMember Property
Gets or sets the specific list in a DataSource object that the panel should display.
Syntax
'Declaration
 
Public Property DataMember As System.String
public System.string DataMember {get; set;}
Remarks

If a DataSource contains multiple sources of data, you should set the DataMember property to one of the sources.

For example, if the DataSource is a System.Data.DataSet contains three tables named Customers, Orders, and OrderDetails, you must specify one of the tables to bind to.

If the System.Data.DataSet contains only one System.Data.DataTable, you may set the DataMember property to an empty string.

See Also

Reference

C1InputPanel Class
C1InputPanel Members