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

BootstrapListEditItemCollection.Add() Method

Adds a new item to the collection and returns the newly created item object.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapListEditItem Add()

Returns

Type Description
BootstrapListEditItem

An BootstrapListEditItem object that represents the newly created item.

See Also