BootstrapListEditItemCollection.Remove(BootstrapListEditItem) Method
Removes an item from the collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | BootstrapListEditItem | A BootstrapListEditItem object to remove from the collection. |
See Also