Skip to main content

BootstrapListBoxFieldCollection.Remove(BootstrapListBoxField) Method

Removes the specified item from the collection.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public void Remove(
    BootstrapListBoxField field
)

Parameters

Name Type Description
field BootstrapListBoxField

A BootstrapListBoxField object that is the item to be removed from the collection.

See Also