BootstrapListBoxFieldCollection.Remove(BootstrapListBoxField) Method
Removes the specified 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 |
---|---|---|
field | BootstrapListBoxField | A BootstrapListBoxField object that is the item to be removed from the collection. |
See Also