FlexGrid for WinForms
GetUnboundValue Event



Fires when the grid needs to retrieve data for an unbound cell.
Syntax
'Declaration
 
<C1DescriptionAttribute("Fires when the grid needs to retrieve data for an unbound cell.")>
Public Event GetUnboundValue As UnboundValueEventHandler
'Usage
 
Dim instance As C1FlexGridBase
Dim handler As UnboundValueEventHandler
 
AddHandler instance.GetUnboundValue, handler
[C1Description("Fires when the grid needs to retrieve data for an unbound cell.")]
public event UnboundValueEventHandler GetUnboundValue
[C1Description("Fires when the grid needs to retrieve data for an unbound cell.")]
public:
event UnboundValueEventHandler^ GetUnboundValue
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 System.Data.DataTable class supports calculated columns that in many situations can be used instead of unbound columns.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback