BCGControlBar Library for .NET
UpdateDataItem Method




Item to update.
New data.
Column where the item is located.
Updates a GridDataItem object with a new data.
Syntax
'Declaration
 
Public Overridable Function UpdateDataItem( _
   ByVal item As GridDataItem, _
   ByVal newValue As Object, _
   ByVal column As GridColumn _
) As Boolean
'Usage
 
Dim instance As GridControl
Dim item As GridDataItem
Dim newValue As Object
Dim column As GridColumn
Dim value As Boolean
 
value = instance.UpdateDataItem(item, newValue, column)
public virtual bool UpdateDataItem( 
   GridDataItem item,
   object newValue,
   GridColumn column
)
public: virtual bool UpdateDataItem( 
   GridDataItem* item,
   Object* newValue,
   GridColumn* column
) 
public:
virtual bool UpdateDataItem( 
   GridDataItem^ item,
   Object^ newValue,
   GridColumn^ column
) 

Parameters

item
Item to update.
newValue
New data.
column
Column where the item is located.
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

GridControl Class
GridControl Members

Send Feedback