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

UnboundDataSource.InsertAt(Int32) Method

Inserts a new item at the specified position.

Namespace: DevExpress.Xpf.Core.DataSources

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public void InsertAt(
    int position
)

Parameters

Name Type Description
position Int32

An integer value that is the index of the new item.

See Also