Skip to main content

ImageCollectionEditorInfo.ImageCollection Property

Provides access to the editor’s collection of predefined named images.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public IEnumerable<ImageGalleryItem> ImageCollection { get; }

Property Value

Type Description
IEnumerable<ImageGalleryItem>

The collection of predefined named images.

See Also