Skip to main content
All docs
V25.1
  • .NET 8.0+

    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.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public void RemoveAt(
        int index
    )

    Parameters

    Name Type Description
    index Int32

    An index of an object to be removed from the collection.

    See Also