FlexPivot for WinForms
DataMember プロパティ (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : 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.

You can use the SetDataBinding(Object,String) method to set the DataSource and DataMember properties at the same time.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ