Skip to main content
A newer version of this page is available. .

ImageCollection<TImage, TInfo>.ImageInfos Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.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