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.v26.1.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