Skip to main content
Tab

ListEditItemCollection.Add(ListEditItem) Method

Adds the specified item to the collection

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Add(
    ListEditItem item
)

Parameters

Name Type Description
item ListEditItem

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

Remarks

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

See Also