[]
        
(Showing Draft Content)

C1.Win.FlexGrid.Row.DataSource

DataSource Property

DataSource

Gets the object that provides data for this row.

Declaration
public object DataSource { get; }
Remarks

The type of object returned depends on the type of DataSource assigned to the grid. For example, if the grid is bound to a DataView object, then this property will return the specific 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.