ListView::RemoveItems Method ()
.NET Framework (current version)
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. |
.NET Framework
Available since 3.5
Available since 3.5
Show:
