ListEditItemCollection.Add(ListEditItem) Method
Adds the specified item to the collection
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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