ListEditItemCollection.Remove(ListEditItem) Method
In This Article
Removes an item from the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public void Remove(
ListEditItem item
)
#Parameters
Name | Type | Description |
---|---|---|
item | List |
A List |
See Also