ListView::RemoveItems Method
Deletes all child controls in an item or group container of the ListView control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
This method is used to delete all child controls in an item or group container of the ListView control. If you have a GroupTemplate template defined in the ListView control, the RemoveItems method will remove all the child controls in the group container. Otherwise, it will remove all the child controls in the item container.
Note: |
|---|
This method is primarily used by control developers to extend the ListView control. |
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: