ImageCollectionEditorInfo.ImageCollection Property
In This Article
Provides access to the editor’s collection of predefined named images.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public IEnumerable<ImageGalleryItem> ImageCollection { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<Image |
The collection of predefined named images. |
See Also