Skip to main content
Tab

ListEditItemCollection.Add() Method

In This Article

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ListEditItem Add()

#Returns

Type Description
ListEditItem

An ListEditItem object that represents the newly created item.

See Also