[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.Row.SetUnboundValue

SetUnboundValue Method

SetUnboundValue(Column, object)

Assigns an unbound value to this row at a given column.

Declaration
protected bool SetUnboundValue(Column col, object value)
Parameters
Type Name Description
Column col

Column that contains the value.

object value

Unbound value to be stored at the given column.

Returns
Type Description
bool

True if the value was stored successfully.