Skip to main content
Tab

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 ListEditItem

A ListEditItem object to remove from the collection.

See Also