[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.Row.GetData

GetData Method

GetData(Column)

Gets the value stored in this row at a given column.

Declaration
protected virtual object GetData(Column col)
Parameters
Type Name Description
Column col

Column that contains the value.

Returns
Type Description
object

Value stored in the cell.