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

ImageGalleryItem(Image) Constructor

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

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public ImageGalleryItem(
    Image image
)

Parameters

Name Type Description
image Image

An image.

Remarks

Use this constructor when you do not need to store image display names.

See Also