Skip to main content

BootstrapListBoxFieldCollection.Insert(Int32, BootstrapListBoxField) Method

Adds the field to the specified position within the collection.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public void Insert(
    int index,
    BootstrapListBoxField field
)

Parameters

Name Type Description
index Int32

An integer value that specifies the zero-based index at which the specified field should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.

field BootstrapListBoxField

A BootstrapListBoxField object to insert.

See Also