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

ImageGalleryItem(Image, String) Constructor

Initializes a new instance of the ImageGalleryItem class with the specified image and its caption.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v19.1.dll

Declaration

public ImageGalleryItem(
    Image image,
    string displayName
)

Parameters

Name Type Description
image Image

An image.

displayName String

The image’s display name.

See Also