Skip to main content

Gallery.Items Property

Provides access to the collection of Report Gallery items.

Namespace: DevExpress.XtraReports.ReportGallery

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public List<GalleryItem> Items { get; }

Property Value

Type Description
List<GalleryItem>

A collection of GalleryItem objects.

See Also