RoundComboBoxDataMember Property
Gets or sets the specific list in a DataSource for which the RoundComboBox control displays a drop down list.
Namespace: BeeMobile.RoundComboBoxAssembly: BeeMobile.RoundComboBox.NET48 (in BeeMobile.RoundComboBox.NET48.dll) Version: 4.8.2.24
public string DataMember { get; set; }
Public Property DataMember As String
Get
Set
Property Value
String
If a DataSource contains multiple sources of data, you should set the DataMember to one of the sources.
For example, if the DataSource is a DataSet that contains three tables named Customers, Orders, and OrderDetails,
you must specify one of the tables to bind to.
If the DataSet contains only one DataTable, you should set the DataMember to the TableName of that DataTable.