Version

RemoveItem(Row,Boolean,DataManagerBase) Method

Removes a row from the underlying ItemSource
Syntax
'Declaration
 
Protected Overloads Overridable Function RemoveItem( _
   ByVal removedObject As Row, _
   ByVal invalidate As Boolean, _
   ByVal manager As Infragistics.DataManagerBase _
) As Boolean
protected virtual bool RemoveItem( 
   Row removedObject,
   bool invalidate,
   Infragistics.DataManagerBase manager
)

Parameters

removedObject
The row to remove
invalidate
Whether the rows of the manager should be refreshed
manager
The Manager that should be performing the removal.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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