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.v20.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapListEditItem Add()

Returns

Type Description
BootstrapListEditItem

An BootstrapListEditItem object that represents the newly created item.

See Also