C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : GetUnboundValue Event |
'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
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.
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