Expression Editor for WinForms
DataMember プロパティ (C1ExpressionEditor)

C1.Win.ExpressionEditor.4.5.2 アセンブリ > C1.Win.ExpressionEditor 名前空間 > C1ExpressionEditor クラス : DataMember プロパティ
Gets or sets the specific list in a DataSource object that the grid should display.
シンタックス
'宣言
 
Public Property DataMember As System.String
public System.string DataMember {get; set;}
解説

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.

参照

C1ExpressionEditor クラス
C1ExpressionEditor メンバ