Skip to main content
A newer version of this page is available. .

UnboundDataSource.RemoveAt(Int32) Method

Removes an item with the specified index.

Namespace: DevExpress.Xpf.Core.DataSources

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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