ImageCollection<TImage, TInfo>.ImageInfos Property
Returns the Info objects for all images owned by this collection.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Utils.ImageInfoCollection<TImage, TInfo> | The collection that stores info objects for every ImageCollection image. |
See Also