Back to Devexpress

DXCollectionBase<T>.RemoveAt(Int32) Method

corelibraries-devexpress-dot-utils-dot-dxcollectionbase-1-dot-removeat-x28-system-dot-int32-x29.md

latest1.2 KB
Original Source

DXCollectionBase<T>.RemoveAt(Int32) Method

Removes the element at the specified index of the DXCollectionBase<T> instance.

Namespace : DevExpress.Utils

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public void RemoveAt(
    int index
)
vb
Public Sub RemoveAt(
    index As Integer
)

Parameters

NameTypeDescription
indexInt32

A zero-based integer specifying the index of the object to remove. If it’s negative or exceeds the number of elements, an exception is raised.

|

See Also

DXCollectionBase<T> Class

DXCollectionBase<T> Members

DevExpress.Utils Namespace