Skip to main content
All docs
V25.2
  • PresentationCollectionBase<T>.Insert(Int32, T) Method

    Inserts an item into the collection at the specified index.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public void Insert(
        int index,
        T item
    )

    Parameters

    Name Type Description
    index Int32

    The zero-based index at which the item should be inserted.

    item T

    The item to insert into the collection.

    See Also