BootstrapListEditItemCollection.Add(BootstrapListEditItem) Method
Adds the specified item to the collection
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | BootstrapListEditItem | A BootstrapListEditItem object that specifies the item to add to the collection. |
Remarks
If the specified BootstrapListEditItem object already exists, it is removed from the current collection and then added to a new one.
See Also