RoundComboBoxDataMember Property

Gets or sets the specific list in a DataSource for which the RoundComboBox control displays a drop down list.

Definition

Namespace: BeeMobile.RoundComboBox
Assembly: BeeMobile.RoundComboBox.NET48 (in BeeMobile.RoundComboBox.NET48.dll) Version: 4.8.2.24
C#
public string DataMember { get; set; }

Property Value

String

Remarks

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.

See Also