Back to Devexpress

UnboundSource.RemoveAt(Int32) Method

corelibraries-devexpress-dot-data-dot-unboundsource-dot-removeat-x28-system-dot-int32-x29.md

latest992 B
Original Source

UnboundSource.RemoveAt(Int32) Method

Removes the specified row.

Namespace : DevExpress.Data

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

The integer index of the row to be removed.

|

See Also

UnboundSource Class

UnboundSource Members

DevExpress.Data Namespace