Version

RemoveItem(T,DataManagerBase) Method

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

Parameters

removedObject
The ComboEditorItem to remove
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