[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.GroupRow.GetUnboundValue

GetUnboundValue Method

GetUnboundValue(Column)

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

Declaration
protected override object GetUnboundValue(Column col)
Parameters
Type Name Description
Column col

Column that contains the value.

Returns
Type Description
object

The unbound value stored at the given column.

Overrides