Skip to main content
All docs
V26.1
  • 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

    public void RemoveAt(
        int index
    )

    Parameters

    Name Type Description
    index Int32

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

    See Also