Skip to main content

BootstrapListEditItemCollection.Remove(BootstrapListEditItem) Method

Removes an item from the collection.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public void Remove(
    BootstrapListEditItem item
)

Parameters

Name Type Description
item BootstrapListEditItem

A BootstrapListEditItem object to remove from the collection.

See Also