DynamicCollectionBase.RemoveAt(Int32) Method
Removes an object from the specified index in the collection. This method is implemented to support the IList interface.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An index of an object to be removed from the collection. |
See Also