UnboundDataSource.RemoveAt(Int32) Method
Removes an item with the specified index.
Namespace: DevExpress.Xpf.Core.DataSources
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value that is the index of the item to be removed. |
See Also