Gallery.CopyFrom(IEnumerable<GalleryItem>) Method
Copies items from the specified collection to the current Gallery.Items collection.
Namespace: DevExpress.XtraReports.ReportGallery
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<GalleryItem> | A collection whose GalleryItem objects should be copied. |
See Also