Skip to main content

ImageCollection<TImage, TInfo>.ImageInfos Property

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

Namespace: DevExpress.Utils

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