Skip to main content

UnboundDataSource.RemoveAt(Int32) Method

Removes an item with the specified index.

Namespace: DevExpress.Xpf.Core.DataSources

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public void RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

An integer value that is the index of the item to be removed.

See Also