Skip to main content
All docs
V26.1
  • ImageCollection<TImage, TInfo>.Item[Int32] Property

    Returns a collection image by its index.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v26.1.dll

    Declaration

    public TImage this[int index] { get; set; }

    Parameters

    Name Type Description
    index Int32

    The image index inside this collection.

    Property Value

    Type Description
    TImage

    The image that occupies the given position in this collection.

    See Also