Skip to main content

ImageCollection<TImage, TInfo>.RemoveAt(Int32) Method

Removes an image with the specific index from this collection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

The index of an image to be removed.

See Also