Skip to main content

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.v23.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