FlexPivot for WinForms
DataSource プロパティ (Row)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > Row クラス : DataSource プロパティ
Gets the object that provides data for this row.
シンタックス
'宣言
 
Public ReadOnly Property DataSource As System.Object
public System.object DataSource {get;}
解説

The type of object returned depends on the type of DataSource assigned to the grid. For example, if the grid is bound to a System.Data.DataView object, then this property will return the specific System.Data.DataRowView object that is bound to this row.

This property returns null if the grid is unbound, or if the row is a fixed or node row that doesn't correspond to any objects in the grid's data source.

For an example, see the GetUnboundValue event.

参照

Row クラス
Row メンバ