Skip to main content

IDXObservableCollection.RemoveRange(Int32, Int32) Method

Removes multiple items from the collection.

Namespace: DevExpress.Maui.Mvvm

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

void RemoveRange(
    int index,
    int count
)

Parameters

Name Type Description
index Int32

The index of the first item in the target item range.

count Int32

The number of removed items.

See Also