Skip to main content
All docs
V26.1
  • ImageCollection<TImage, TInfo>.ImageInfos Property

    Returns the Info objects for all images owned by this collection.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v26.1.dll

    Declaration

    public ImageInfoCollection<TImage, TInfo> ImageInfos { get; }

    Property Value

    Type Description
    DevExpress.Utils.ImageInfoCollection<TImage, TInfo>

    The collection that stores info objects for every ImageCollection image.

    See Also