[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.C1FlexGridBase.GetUnboundValue

GetUnboundValue Event

Fires when the grid needs to retrieve data for an unbound cell.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public event UnboundValueEventHandler GetUnboundValue
Returns
Type Description
UnboundValueEventHandler Fires when the grid needs to retrieve data for an unbound cell.
Remarks

This event fires in bound mode when the grid contains unbound columns. Unbound columns are columns that have the Name property set to values that do not map to columns in the data source. The information in unbound columns must be provided by the application, by setting the Value property of the UnboundValueEventHandler parameter.

The DataTable class supports calculated columns that in many situations can be used instead of unbound columns.