Version

fnSetData Method (XamGridProxyBase)

Syntax
'Declaration
 
Protected Overridable Sub fnSetData( _
   ByVal cell As Infragistics.Controls.Grids.CellBase, _
   ByVal oValue As System.Object _
) 
protected virtual void fnSetData( 
   Infragistics.Controls.Grids.CellBase cell,
   System.object oValue
)
protected: virtual void fnSetData( 
   Infragistics.Controls.Grids.CellBase* cell,
   System.Object* oValue
) 

Parameters

cell
oValue
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