Skip to main content

BootstrapListBoxFieldCollection.Add(BootstrapListBoxField) Method

Adds the specified field to the end of an editor’s field collection.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public void Add(
    BootstrapListBoxField field
)

Parameters

Name Type Description
field BootstrapListBoxField

A BootstrapListBoxField object to add to the collection.

See Also