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

ImageItemCollection Class

A collection of ImageItem objects.

Namespace: DevExpress.XtraPrinting.Drawing

Assembly: DevExpress.Printing.v22.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public class ImageItemCollection :
    Collection<ImageItem>,
    IDisposable,
    IStringImageSourceProvider,
    IStringImageProvider

Remarks

DevExpress Reporting uses image items to specify images by their ID in markuped text of label controls. Use a report’s ImageResources property to access the image item collection associated with this report.

Inheritance

Object
Collection<ImageItem>
ImageItemCollection
See Also