DynamicCollectionBase.Add(Object) Method
Adds the specified object to the collection. This method is implemented to support the IList interface.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | Object | An object to be added to the collection. |
Returns
Type | Description |
---|---|
Int32 | An index of the added object. -1 if the object was not added to the collection. |
See Also