ImageCollection<TImage, TInfo>.RemoveAt(Int32) Method
Removes an image with the specific index from this collection.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The index of an image to be removed. |
See Also