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

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

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v25.1.dll

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

    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