Skip to main content
All docs
V25.1
  • ImageCollection<TImage, TInfo>.IndexOf(TImage) Method

    Returns the collection index of the specific image.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public int IndexOf(
        TImage item
    )

    Parameters

    Name Type Description
    item TImage

    The image whose index is to be obtained.

    Returns

    Type Description
    Int32

    The image index inside this collection.

    See Also