Skip to main content

UnboundDataSource.InsertAt(Int32) Method

Inserts a new item at the specified position.

Namespace: DevExpress.Xpf.Core.DataSources

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

NuGet Package: 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