Skip to main content

IDXObservableCollection.InsertRange(Int32, IEnumerable) Method

Inserts multiple items into the collection.

Namespace: DevExpress.Maui.Mvvm

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

void InsertRange(
    int index,
    IEnumerable items
)

Parameters

Name Type Description
index Int32

The first item index in the range.

items IEnumerable

The source item collection.

See Also