Skip to main content
A newer version of this page is available. .

BootstrapListEditItemCollection.Add(BootstrapListEditItem) Method

Adds the specified item to the collection

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public void Add(
    BootstrapListEditItem item
)

Parameters

Name Type Description
item BootstrapListEditItem

A BootstrapListEditItem object that specifies the item to add to the collection.

Remarks

If the specified BootstrapListEditItem object already exists, it is removed from the current collection and then added to a new one.

See Also