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 |
---|---|
List |
An List |
See Also